mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
10 lines
285 B
Bash
Executable file
10 lines
285 B
Bash
Executable file
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|
|
|
# Export desktop environment shell configuration
|
|
eval "$($REPO_ROOT/docker/scripts/environment.sh)"
|
|
|
|
# Prepare docker host volumes
|
|
$REPO_ROOT/docker/scripts/take-ownership.sh
|
|
|
|
# Start desktop environment
|
|
$REPO_ROOT/docker/scripts/start.sh
|