Make shellcheck happy

This commit is contained in:
Martin Wimpress 2021-10-27 16:57:01 +01:00
parent 584c855ec3
commit 01dc9c9742
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -97,9 +97,9 @@ function list_csv() {
if [ "${OS}" == "macos" ]; then
DOWNLOADER="macrecovery"
elif [ "${OS}" == "ubuntu" ] && [ ${RELEASE} == "canary" ]; then
elif [ "${OS}" == "ubuntu" ] && [ "${RELEASE}" == "canary" ]; then
DOWNLOADER="zsync"
elif [[ "${OS}" == *"ubuntu"* ]] && [ ${RELEASE} == "devel" ]; then
elif [[ "${OS}" == *"ubuntu"* ]] && [ "${RELEASE}" == "devel" ]; then
DOWNLOADER="zsync"
else
DOWNLOADER="wget"