a
This commit is contained in:
parent
6cfb416bd7
commit
a5275dbd2c
1 changed files with 4 additions and 2 deletions
6
init.sh
6
init.sh
|
@ -28,8 +28,7 @@ fi
|
|||
case $(get_distro) in
|
||||
"alpine")
|
||||
# Install QEMU
|
||||
(git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git \
|
||||
&& cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
|
||||
git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git
|
||||
|
||||
|
||||
# Enable Alpine (3.10 + Edge) Repos
|
||||
|
@ -52,6 +51,9 @@ EOF
|
|||
apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
|
||||
|
||||
apk add py3-grpcio py3-protobuf py3-tempita
|
||||
|
||||
(cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
|
||||
|
||||
;;
|
||||
"devuan"|"debian")
|
||||
# Update Package List and Upgrade System
|
||||
|
|
Loading…
Reference in a new issue