1
Fork 0
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:
Andreas Kling 2020-05-05 23:56:57 +02:00
parent ae047649db
commit 76dd1e3284
3 changed files with 10 additions and 0 deletions

View file

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