mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Moved MX-Linux source to official sourceforge
As requested by @SwampRabbit
This commit is contained in:
parent
1560060d62
commit
506ddff59b
1 changed files with 3 additions and 3 deletions
6
quickget
6
quickget
|
@ -1137,13 +1137,13 @@ function get_mxlinux() {
|
|||
|
||||
if [[ "$FLAVOR" == "xfce" ]]; then
|
||||
ISO="MX-${RELEASE}_x64.iso"
|
||||
BASE_URL="https://anorien.csc.warwick.ac.uk/mirrors/mxlinux/isos/MX/Final/Xfce"
|
||||
BASE_URL="https://sourceforge.net/projects/mx-linux/files/Final/Xfce/"
|
||||
elif [[ "$FLAVOR" == "kde" ]]; then
|
||||
ISO="MX-${RELEASE}_KDE_x64.iso"
|
||||
BASE_URL="https://anorien.csc.warwick.ac.uk/mirrors/mxlinux/isos/MX/Final/KDE"
|
||||
BASE_URL="https://sourceforge.net/projects/mx-linux/files/Final/KDE/"
|
||||
elif [[ "$FLAVOR" == "fluxbox" ]]; then
|
||||
ISO="MX-${RELEASE}_fluxbox_x64.iso"
|
||||
BASE_URL="https://anorien.csc.warwick.ac.uk/mirrors/mxlinux/isos/MX/Final/Fluxbox"
|
||||
BASE_URL="https://sourceforge.net/projects/mx-linux/files/Final/Fluxbox/"
|
||||
fi
|
||||
|
||||
URL="${BASE_URL}/${ISO}"
|
||||
|
|
Loading…
Reference in a new issue