mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
12 lines
347 B
Bash
Executable file
12 lines
347 B
Bash
Executable file
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|
|
|
# Rebuild the desktop environment
|
|
$REPO_ROOT/docker/scripts/build.sh
|
|
|
|
# Check for data loss before recycling
|
|
$REPO_ROOT/docker/scripts/pre-clean.sh
|
|
|
|
# Reset the desktop environment state
|
|
$REPO_ROOT/docker/scripts/clean-hard.sh
|
|
$REPO_ROOT/docker/scripts/start.sh
|
|
$REPO_ROOT/docker/scripts/alacritty.sh
|