Converted vanilla downloads to image helper get

#1031
This commit is contained in:
Geoff Bourne
2021-10-10 12:05:37 -05:00
parent ec97c67aca
commit 57d9da96a1
4 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ function removeOldMods {
function get() {
local flags=()
if isDebugging; then
if isTrue "${DEBUG_GET:-false}"; then
flags+=("--debug")
fi
mc-image-helper "${flags[@]}" get "$@"