diff --git a/package.list b/package.list index bbecb9e..1e45b12 100644 --- a/package.list +++ b/package.list @@ -1,3 +1,4 @@ curl vim zsh +docker diff --git a/scripts/20-install-pkgs.sh b/scripts/20-install-pkgs.sh index b2f0fd2..912f9cc 100644 --- a/scripts/20-install-pkgs.sh +++ b/scripts/20-install-pkgs.sh @@ -10,7 +10,7 @@ while read -r pkg; do _APPLICATIONS="$_APPLICATIONS $pkg" done < "$PACKAGE_LIST" -if [ "${GRAPHICAL:-no}" = "yes" ]; then +if [ "${NO_GRAPHICS:-no}" = "no" ]; then if [ -f "$GRAPHICAL_PACKAGE_LIST" ]; then while read -r pkg; do [ -z "$pkg" ] && continue