Skip to content

Instantly share code, notes, and snippets.

@wkoszek
Created June 14, 2018 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkoszek/ce45c4b443d93e9760de1a68e8213bb9 to your computer and use it in GitHub Desktop.
Save wkoszek/ce45c4b443d93e9760de1a68e8213bb9 to your computer and use it in GitHub Desktop.
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