From e78acf06bd9b941bcb7ae076a7828e8cf08b0469 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sat, 16 Feb 2019 02:58:40 +1100 Subject: [PATCH] numlock --- Dockerfile | 1 + scripts/bootstrap-host.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa19f95..ced6f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/scripts/bootstrap-host.sh b/scripts/bootstrap-host.sh index 34628ca..8bc94be 100755 --- a/scripts/bootstrap-host.sh +++ b/scripts/bootstrap-host.sh @@ -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