Add some more packages for a PMOS bootstrap
This commit is contained in:
parent
86ada4aa3d
commit
c57708ccb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user