a
This commit is contained in:
parent
cceb1b0feb
commit
cd44c5dca7
1 changed files with 2 additions and 2 deletions
4
init.sh
4
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
|
||||
|
|
Loading…
Reference in a new issue