DistroHopper/results/chimeralinux.txt
2025-09-07 13:26:36 +00:00

28 lines
934 B
Text

chimeralinux
chimeralinux latest base: https://repo.chimera-linux.org/live/latest/chimera-linux-x86_64-LIVE-20250420-base.iso
chimeralinux latest gnome: https://repo.chimera-linux.org/live/latest/chimera-linux-x86_64-LIVE-20250420-gnome.iso
# Template file for 'chimeralinux'
OSNAME="chimeralinux"
PRETTY="Chimera Linux"
BASEDOF="-"
DESCRIPTION="Modern, general-purpose non-GNU Linux distribution"
HOMEPAGE="https://chimera-linux.org"
CREDENTIALS="anon:chimera root:chimera"
RELEASES="latest"
EDITIONS="gnome base"
function get_() {
local DATE=""
local HASH=""
local URL="https://repo.chimera-linux.org/live/${RELEASE}"
DATE=$(web_pipe "${URL}/sha256sums.txt" | head -n1 | cut -d'-' -f5)
local ISO="chimera-linux-x86_64-LIVE-${DATE}-${EDITION}.iso"
HASH=$(web_pipe "${URL}/sha256sums.txt" | grep 'x86_64-LIVE' | grep "${EDITION}" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}