This commit is contained in:
Alexandre
2021-12-21 22:27:26 +01:00
committed by GitHub
parent 3577982f32
commit d4a56460a6

View File

@@ -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"