Tweak download script

This commit is contained in:
Greg Hellings
2024-06-21 13:00:22 -05:00
parent 91c56299ec
commit fc1d419506
4 changed files with 16 additions and 22 deletions
+6
View File
@@ -24,3 +24,9 @@ curl --parallel -L "${files[@]}"
popd
ls -lh cache/
mc alias set storage "$STORAGE_URL" root "$MINIO_SECRET"
for f in cache/*; do
mc put "$f" "storage/isos/$f"
done