Make shellcheck happy

pull/165/head
Martin Wimpress 3 years ago
parent 584c855ec3
commit 01dc9c9742
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickget

@ -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"

Loading…
Cancel
Save