Add sandbox
All checks were successful
ShellCheck / shellcheck (push) Successful in 34s

This commit is contained in:
Mathieu Strypsteen 2024-05-16 20:09:54 +02:00
parent 36d32cf14c
commit 5bc3ad1409
Signed by: mathieu
GPG key ID: 782A42E461BC6824
12 changed files with 6 additions and 0 deletions

4
setup-sandbox.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
set -e
cp -R sandbox/* /
sh setup-server.sh

View file

@ -20,6 +20,8 @@ elif [ -d /usr/lib/coreos ]; then
sh setup-vps.sh
elif [ "$1" = home ]; then
sh setup-home.sh
elif [ "$1" = sandbox ]; then
sh setup-sandbox.sh
fi
elif [ -d /ostree ]; then
sh setup-laptop.sh