fix(quickget): update MX Linux Xfce ISO naming

Xfce edition now uses 'MX-VERSION_Xfce_x64.iso' naming convention.
This commit is contained in:
Martin Wimpress 2026-01-23 22:47:21 +00:00 committed by Martin Wimpress
parent c67a9971f6
commit b94bc69728
1 changed files with 1 additions and 1 deletions

View File

@ -2210,7 +2210,7 @@ function get_mxlinux() {
local ISO=""
local URL="https://sourceforge.net/projects/mx-linux/files/Final/${EDITION}"
case ${EDITION} in
Xfce) ISO="MX-${RELEASE}_x64.iso";;
Xfce) ISO="MX-${RELEASE}_Xfce_x64.iso";;
KDE) ISO="MX-${RELEASE}_KDE_x64.iso";;
Fluxbox) ISO="MX-${RELEASE}_fluxbox_x64.iso";;
esac