From c57708ccb27058a9ebfe6ac6696a9b2f67f874ac Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 2 Sep 2020 18:36:30 -0500 Subject: [PATCH] Add some more packages for a PMOS bootstrap --- localhost-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localhost-deploy.sh b/localhost-deploy.sh index 4e54913..27aeaf7 100755 --- a/localhost-deploy.sh +++ b/localhost-deploy.sh @@ -14,7 +14,7 @@ if ! command -v ansible > /dev/null 2>&1; then sudo apt-get install python3-pip python3-setuptools -y elif command -v apk > /dev/null 2>&1; then printf "Installing via APK\n" - sudo apk add gcc py3-pip py3-setuptools + sudo apk add gcc musl-dev py3-criptography py3-pip py3-setuptools else printf "No supported package manager found\nPlease install Ansible manually" exit 1