mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 09:32:21 +00:00
26 lines
664 B
Text
26 lines
664 B
Text
# Template file for 'linuxlite'
|
|
OSNAME="linuxlite"
|
|
PRETTY="Linux Lite"
|
|
LOGO=""
|
|
ICON="lite.svg"
|
|
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/lite.png"
|
|
CATEGORY="Beginner, Desktop, Live Medium"
|
|
BASEDOF="Debian Ubuntu"
|
|
HOMEPAGE="https://www.linuxliteos.com"
|
|
DESCRIPTION="Your first simple, fast and free stop in the world of Linux"
|
|
CREDENTIALS="-"
|
|
GPG=""
|
|
RSS=""
|
|
DW=""
|
|
|
|
function releases_() {
|
|
echo 6.6 6.4 6.2 6.0
|
|
}
|
|
|
|
function get_() {
|
|
local HASH=""
|
|
local ISO="linux-lite-${RELEASE}-64bit.iso"
|
|
local URL="https://sourceforge.net/projects/linux-lite/files/${RELEASE}"
|
|
HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut -d' ' -f1)
|
|
echo "${URL}/${ISO} ${HASH}"
|
|
}
|