diff --git a/init.sh b/init.sh index 9f7c850..e40925a 100644 --- a/init.sh +++ b/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