mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibCore: Add a standard downloads directory (~/Downloads)
This commit is contained in:
parent
ae047649db
commit
76dd1e3284
3 changed files with 10 additions and 0 deletions
|
@ -93,6 +93,7 @@ printf "installing users... "
|
|||
mkdir -p mnt/root
|
||||
mkdir -p mnt/home/anon
|
||||
mkdir -p mnt/home/anon/Desktop
|
||||
mkdir -p mnt/home/anon/Downloads
|
||||
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