diff --git a/build.sh b/build.sh index b4ae825..164c77e 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,7 @@ mycurl() { (($# == 2)) || return [[ -f ${1##*/} ]] || { echo "File: ${1##*/} | Url: ${1}" && curl -sLO "$1"; } [[ -f ${1##*/}.${2} || ${NO_SIGS:-} ]] || { - echo "File: ${1##*/}.${2} | Url: ${1}.${2}" && curl -sLO "${1}.${2}" + echo "File: ${1##*/}.${2} | Url: ${1}.${2}" && curl -sSfLO "${1}.${2}" gpg --trust-model always --verify "${1##*/}.${2}" "${1##*/}" 2>/dev/null } }