KDENeon is available via zsync only

This commit is contained in:
Martin Wimpress 2021-11-08 00:03:08 +00:00
parent b38e220f6c
commit b9fa4f365d
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 2 additions and 0 deletions

View File

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