Oops, forgot to commit changes

This commit is contained in:
arkon 2020-11-29 15:45:07 -05:00
parent e29f20c981
commit 0296a26089
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ for APK in ${APKS[@]}; do
done | jq -sr '[.[]]' > index.json
# Alternate minified copy
cat index.json | jq -scr '.' > index.min.json
jq -c '.' < index.json > index.min.json
# Alternate gzipped copy
gzip -c index.json > index.json.gz