mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-27 19:42:43 +10:00
numlock
This commit is contained in:
parent
51a48d231a
commit
e78acf06bd
2 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue