From a5275dbd2c1aa9f85a2c939a4f96e27d8816b2e9 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 14 Sep 2019 18:11:33 +0500 Subject: [PATCH] a --- init.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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