desktop-environment/scripts/bootstrap.sh
Jackson Delahunt b0ab07cac3 bootstrap
2019-01-13 16:44:51 +11:00

7 lines
182 B
Bash
Executable file

REPO_ROOT=$(dirname $(realpath $0))/..
# Bootstrap the local host
sh $REPO_ROOT/scripts/bootstrap-host.sh
# Bootstrap the docker volumes
sh $REPO_ROOT/scripts/bootstrap-volumes.sh