This commit is contained in:
parent
36d32cf14c
commit
5bc3ad1409
12 changed files with 6 additions and 0 deletions
4
setup-sandbox.sh
Normal file
4
setup-sandbox.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cp -R sandbox/* /
|
||||
sh setup-server.sh
|
2
setup.sh
2
setup.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue