From cd44c5dca77c18ed630db75f477ca278c31069f6 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 31 Aug 2019 15:13:44 +0500 Subject: [PATCH] a --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 3879532..02ba933 100644 --- a/init.sh +++ b/init.sh @@ -1,6 +1,6 @@ # 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 \ + && cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted) # Enable Alpine (3.10 + Edge) Repos