mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 01:25:58 +02:00
pip
This commit is contained in:
@@ -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
|
if grep -q -rnw "$files/" -e "$COMMAND" && ! command -v $COMMAND &>/dev/null; then
|
||||||
[ "$VERBOSE" = true ] && echo "$COMMAND required"
|
[ "$VERBOSE" = true ] && echo "$COMMAND required"
|
||||||
[ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES py3-pip"
|
[ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES py3-pip"
|
||||||
[ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES python-pip"
|
[ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES pip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMMAND="wget"
|
COMMAND="wget"
|
||||||
|
|||||||
Reference in New Issue
Block a user