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

14 lines
447 B
Text

INFO="Linux Lite|Debian,Ubuntu||https://www.linuxliteos.com/|Your first simple, fast and free stop in the world of Linux.";;
function releases_linuxlite() {
echo 6.6 6.4 6.2 6.0
}
function get_linuxlite() {
local HASH=""
local ISO="linux-lite-${RELEASE}-64bit.iso"
local URL="https://sourceforge.net/projects/linux-lite/files/${RELEASE}"
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut_1)
echo "${URL}/${ISO} ${HASH}"
}