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

17 lines
537 B
Text

INFO="CachyOS|Arch||https://cachyos.org/|Designed to deliver lightning-fast speeds and stability, ensuring a smooth and enjoyable computing experience every time you use it.";;
function releases_cachyos() {
echo 230813
}
function editions_cachyos() {
echo kde gnome
}
function get_cachyos() {
local HASH=""
local ISO="cachyos-${EDITION}-linux-${RELEASE}.iso"
local URL="https://mirror.cachyos.org/ISO/${EDITION}/${RELEASE}"
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut_1)
echo "${URL}/${ISO} ${HASH}"
}