diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 20f2b519dd5..82d29f6c738 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -95,6 +95,7 @@ printf "installing users... " mkdir -p mnt/home/anon mkdir -p mnt/home/nona cp ../ReadMe.md mnt/home/anon/ +cp -r ../Libraries/LibJS/Tests mnt/home/anon/LibJS-Tests chmod 700 mnt/home/anon chmod 700 mnt/home/nona chown -R 100:100 mnt/home/anon