1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

Base: Add some default desktop icons

I just picked three apps at random: Browser, TextEditor and Help.
This should make it a bit more visible that we have a working desktop.
This commit is contained in:
Andreas Kling 2020-12-27 14:51:08 +01:00
parent 55e990cbc4
commit 00cfc25688

View file

@ -156,6 +156,11 @@ chown -R 100:100 mnt/home/anon
chown -R 200:200 mnt/home/nona
echo "done"
printf "adding some desktop icons..."
ln -s /bin/Browser mnt/home/anon/Desktop/
ln -s /bin/TextEditor mnt/home/anon/Desktop/
ln -s /bin/Help mnt/home/anon/Desktop/
printf "installing shortcuts... "
ln -s Shell mnt/bin/sh
ln -s test mnt/bin/[