From 78e3c81e0de51fa908280c9d572c648ee1724292 Mon Sep 17 00:00:00 2001 From: Didier Date: Tue, 7 Mar 2023 12:13:21 +0100 Subject: [PATCH] fix: unused var to NOG var --- package.list | 1 + scripts/20-install-pkgs.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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