mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
KDENeon is available via zsync only
This commit is contained in:
parent
b38e220f6c
commit
b9fa4f365d
1 changed files with 2 additions and 0 deletions
2
quickget
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…
Reference in a new issue