mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
sync.sh: Use mkdir -p for everything.
This commit is contained in:
parent
e8ae2c952e
commit
64b0b81b2a
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ ln -s /proc/self/fd/1 mnt/dev/stdout
|
|||
ln -s /proc/self/fd/2 mnt/dev/stderr
|
||||
cp -vR ../Base/* mnt/
|
||||
cp -vR ../Root/* mnt/
|
||||
mkdir mnt/home/anon
|
||||
mkdir mnt/home/nona
|
||||
mkdir -vp mnt/home/anon
|
||||
mkdir -vp mnt/home/nona
|
||||
cp ../ReadMe.md mnt/home/anon/
|
||||
chown -vR 100:100 mnt/home/anon
|
||||
chown -vR 200:200 mnt/home/nona
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue