a
This commit is contained in:
parent
8a8c17cbad
commit
77e383942f
1 changed files with 3 additions and 1 deletions
4
init.sh
4
init.sh
|
@ -33,10 +33,12 @@ EOF
|
||||||
apk add py3-grpcio py3-protobuf py3-tempita
|
apk add py3-grpcio py3-protobuf py3-tempita
|
||||||
;;
|
;;
|
||||||
"devuan")
|
"devuan")
|
||||||
|
# Update Package List and Upgrade System
|
||||||
apt update
|
apt update
|
||||||
apt upgrade --yes
|
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
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue