1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:27:45 +00:00

Base: Make the /bin/TextEditor desktop shortcut say "Text Editor" :^)

This commit is contained in:
Andreas Kling 2021-05-06 13:43:00 +02:00
parent 6e918e4e02
commit f142b43e89

View file

@ -118,7 +118,7 @@ echo "done"
printf "adding some desktop icons..." printf "adding some desktop icons..."
ln -sf /bin/Browser mnt/home/anon/Desktop/ ln -sf /bin/Browser mnt/home/anon/Desktop/
ln -sf /bin/TextEditor mnt/home/anon/Desktop/ ln -sf /bin/TextEditor mnt/home/anon/Desktop/Text\ Editor
ln -sf /bin/Help mnt/home/anon/Desktop/ ln -sf /bin/Help mnt/home/anon/Desktop/
ln -sf /home/anon mnt/home/anon/Desktop/Home ln -sf /home/anon mnt/home/anon/Desktop/Home
echo "done" echo "done"