KDENeon is available via zsync only

pull/213/head
Martin Wimpress 3 years ago
parent b38e220f6c
commit b9fa4f365d
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickget

@ -108,6 +108,8 @@ function list_csv() {
DOWNLOADER="zsync"
elif [[ "${OS}" == *"ubuntu"* ]] && [ "${RELEASE}" == "devel" ]; then
DOWNLOADER="zsync"
elif [[ "${OS}" == *"kdeneon"* ]]; then
DOWNLOADER="zsync"
else
DOWNLOADER="wget"
fi

Loading…
Cancel
Save