DistroHopper/public/mxlinux
2025-11-13 22:43:05 +01:00

25 lines
697 B
Text

# Template file for 'mxlinux'
OSNAME="mxlinux"
PRETTY="MX Linux"
BASEDOF="Debian Antix"
DESCRIPTION="Designed to combine elegant and efficient desktops with high stability and solid performance"
HOMEPAGE="https://mxlinux.org"
CREDENTIALS="-"
RELEASES="23.6"
EDITIONS="Xfce KDE Fluxbox"
function get_() {
local HASH=""
local ISO=""
local URL="https://sourceforge.net/projects/mx-linux/files/Final/${EDITION}"
case ${EDITION} in
Xfce) ISO="MX-${RELEASE}_x64.iso";;
KDE) ISO="MX-${RELEASE}_KDE_x64.iso";;
Fluxbox) ISO="MX-${RELEASE}_fluxbox_x64.iso";;
esac
HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}