DistroHopper/OS/mageia
zen0bit c087af2323 tmp
2024-04-10 21:20:44 +02:00

16 lines
522 B
Text

INFO=" |Mageia|Independent||https://www.mageia.org/|Stable, secure operating system for desktop & server.";;
function releases_mageia(){
echo 8
}
function editions_mageia(){
echo Plasma GNOME Xfce
}
function get_mageia() {
local EDITION="${1:-}"
local ISO=$(wget -q https://www.mageia.org/en/downloads/get/?q="Mageia-${RELEASE}-Live-${EDITION}-x86_64.iso" -O- | grep 'click here'| grep -o 'href=.*\.iso'|cut -d\" -f2)
local HASH=$(wget -q -O- "${ISO}.sha512" | cut_1)
echo "${ISO} ${HASH}"
}