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:
parent
7dbb8b6f09
commit
dee5d8a047
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue