installation command updated, APKINDEX.tar.gz removed
This commit is contained in:
parent
c9280f7f13
commit
453a38b8a9
2 changed files with 1 additions and 3 deletions
BIN
APKINDEX.tar.gz
BIN
APKINDEX.tar.gz
Binary file not shown.
|
@ -5,7 +5,5 @@ Contain .apk package of qemu compiled with rbd support. (version 4.0.0-r1)
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git
|
||||
cd qemu-with-rbd-alpine
|
||||
apk add * --allow-untrusted
|
||||
$(git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git && cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue