mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
parent
993211f184
commit
a272c04c8a
Notes:
sideshowbarker
2024-07-18 17:20:59 +09:00
Author: https://github.com/MaxWipfli Commit: https://github.com/SerenityOS/serenity/commit/a272c04c8ae Pull-request: https://github.com/SerenityOS/serenity/pull/7495 Issue: https://github.com/SerenityOS/serenity/issues/7492
1 changed files with 2 additions and 1 deletions
|
@ -121,11 +121,12 @@ chown -R 100:100 mnt/home/anon
|
|||
chown -R 200:200 mnt/home/nona
|
||||
echo "done"
|
||||
|
||||
printf "adding some desktop icons..."
|
||||
printf "adding some desktop icons... "
|
||||
ln -sf /bin/Browser mnt/home/anon/Desktop/
|
||||
ln -sf /bin/TextEditor mnt/home/anon/Desktop/Text\ Editor
|
||||
ln -sf /bin/Help mnt/home/anon/Desktop/
|
||||
ln -sf /home/anon mnt/home/anon/Desktop/Home
|
||||
chown -R 100:100 mnt/home/anon/Desktop
|
||||
echo "done"
|
||||
|
||||
printf "installing shortcuts... "
|
||||
|
|
Loading…
Reference in a new issue