This commit is contained in:
ahmadbilalkhalid 2019-09-07 13:17:48 +05:00
parent 8a8c17cbad
commit 77e383942f
1 changed files with 3 additions and 1 deletions

View File

@ -33,10 +33,12 @@ EOF
apk add py3-grpcio py3-protobuf py3-tempita
;;
"devuan")
# Update Package List and Upgrade System
apt update
apt upgrade --yes
apt install python3 qemu python-pip python3-pip --yes
# Install QEMU
apt install qemu python3 ceph python-pip python3-pip etcd-client --yes
esac