a
This commit is contained in:
parent
fd1f54c1e1
commit
cceb1b0feb
1 changed files with 5 additions and 0 deletions
5
init.sh
5
init.sh
|
@ -1,3 +1,8 @@
|
|||
# Install QEMU
|
||||
$(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
|
||||
cat > /etc/apk/repositories << EOF
|
||||
http://dl-cdn.alpinelinux.org/alpine/v3.10/main
|
||||
|
|
Loading…
Reference in a new issue