From d4a56460a6415bafb42b16842018ce251e3485aa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Dec 2021 22:27:26 +0100 Subject: [PATCH] pip --- zzz_templates/automatic_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzz_templates/automatic_packages.sh b/zzz_templates/automatic_packages.sh index 94d68af27..d7c66640b 100644 --- a/zzz_templates/automatic_packages.sh +++ b/zzz_templates/automatic_packages.sh @@ -113,7 +113,7 @@ for files in "/etc/cont-init.d" "/etc/services.d" "/scripts"; do if grep -q -rnw "$files/" -e "$COMMAND" && ! command -v $COMMAND &>/dev/null; then [ "$VERBOSE" = true ] && echo "$COMMAND required" [ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES py3-pip" - [ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES python-pip" + [ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES pip" fi COMMAND="wget"