1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:37:35 +00:00

Build: Make sure to create a /home/anon/Desktop directory

This commit is contained in:
Andreas Kling 2020-04-18 22:07:15 +02:00
parent 7dbb8b6f09
commit dee5d8a047

View file

@ -92,6 +92,7 @@ echo "done"
printf "installing users... "
mkdir -p mnt/root
mkdir -p mnt/home/anon
mkdir -p mnt/home/anon/Desktop
mkdir -p mnt/home/nona
cp ../ReadMe.md mnt/home/anon/
cp -r ../Libraries/LibJS/Tests mnt/home/anon/js-tests