new release

pull/517/head
Vladislav Nepogodin 2 years ago committed by Martin Wimpress
parent 45722ac1f8
commit f65b8e328b
  1. 11
      quickget

@ -245,7 +245,11 @@ function editions_arcolinux() {
} }
function releases_cachyos() { function releases_cachyos() {
echo 2022.01.09 2022.02.11 echo 220731
}
function editions_cachyos() {
echo kde gnome xfce
} }
function releases_centos-stream() { function releases_centos-stream() {
@ -872,8 +876,9 @@ function get_batocera() {
function get_cachyos() { function get_cachyos() {
local HASH="" local HASH=""
local ISO="cachyos-${RELEASE}-x86_64.iso" local ISO="cachyos-${EDITION}-linux-${RELEASE}.iso"
local URL="https://mirror.cachyos.org/ISO" local URL="https://mirror.cachyos.org/ISO/${EDITION}/${RELEASE}"
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}" echo "${URL}/${ISO} ${HASH}"
} }

Loading…
Cancel
Save