Fabric deployment no longer uses curl

#1031
This commit is contained in:
Geoff Bourne
2021-10-09 15:22:42 -05:00
parent bcdab80f41
commit 2e37c16b2c
3 changed files with 7 additions and 2 deletions

View File

@@ -180,3 +180,7 @@ function removeOldMods {
find "$1" -mindepth 1 -maxdepth ${REMOVE_OLD_MODS_DEPTH:-16} -wholename "${REMOVE_OLD_MODS_INCLUDE:-*}" -not -wholename "${REMOVE_OLD_MODS_EXCLUDE:-}" -delete
fi
}
function get() {
mc-image-helper get "$@"
}