Created
June 14, 2018 04:57
-
-
Save wkoszek/ce45c4b443d93e9760de1a68e8213bb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
B=/alpine/dl-cdn.alpinelinux.org/alpine/v3.7/ | |
apk index \ | |
-o ${B}/main/x86_64/APKINDEX.tar.gz \ | |
${B}/main/x86_64/*.apk | |
apk index \ | |
-o ${B}/community/x86_64/APKINDEX.tar.gz \ | |
${B}/community/x86_64/*.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment