Base: Make desktop shortcuts owned by anon (#7495)

This fixes #7492.
This commit is contained in:
Max Wipfli 2021-05-27 08:52:46 +02:00 committed by GitHub
parent 993211f184
commit a272c04c8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-18 17:20:59 +09:00

View file

@ -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... "