This commit is contained in:
Jackson Delahunt 2019-02-16 02:58:40 +11:00
parent 51a48d231a
commit e78acf06bd
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ RUN apt-get update -qq && apt-get install -qq --fix-missing \
alsa-utils \
arandr \
feh \
numlockx \
software-properties-common \
vcsh \
vlc \

View file

@ -13,7 +13,7 @@ export $($REPO_ROOT/scripts/environment.sh)
git clone https://github.com/$DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER $DESKTOP_ENVIRONMENT_REPOSITORY
# Fork setup to desktop environment configured location immediately
if [ "$REPO_ROOT" -ef "$DESKTOP_ENVIRONMENT_REPOSITORY" ]; then
if [ ! "$REPO_ROOT" -ef "$DESKTOP_ENVIRONMENT_REPOSITORY" ]; then
$DESKTOP_ENVIRONMENT_REPOSITORY/scripts/bootstrap-host.sh
exit 0
fi