diff --git a/localhost-deploy.sh b/localhost-deploy.sh index d10bde6..9f10373 100755 --- a/localhost-deploy.sh +++ b/localhost-deploy.sh @@ -12,7 +12,7 @@ if ! command -v ansible > /dev/null 2>&1; then if command -v apt > /dev/null 2>&1; then printf "Installing via APT\n" sudo apt-get install python3-pip python3-setuptools -y - elif command -v pkg > /dev/null 2>&1; then + elif command -v apk > /dev/null 2>&1; then printf "Installing via APK\n" sudo apk add py3-pip py3-setuptools fi