KDENeon is available via zsync only
This commit is contained in:
parent
b38e220f6c
commit
b9fa4f365d
2
quickget
2
quickget
|
|
@ -108,6 +108,8 @@ function list_csv() {
|
||||||
DOWNLOADER="zsync"
|
DOWNLOADER="zsync"
|
||||||
elif [[ "${OS}" == *"ubuntu"* ]] && [ "${RELEASE}" == "devel" ]; then
|
elif [[ "${OS}" == *"ubuntu"* ]] && [ "${RELEASE}" == "devel" ]; then
|
||||||
DOWNLOADER="zsync"
|
DOWNLOADER="zsync"
|
||||||
|
elif [[ "${OS}" == *"kdeneon"* ]]; then
|
||||||
|
DOWNLOADER="zsync"
|
||||||
else
|
else
|
||||||
DOWNLOADER="wget"
|
DOWNLOADER="wget"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue