mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
7 lines
182 B
Bash
Executable file
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
|