mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
new release
This commit is contained in:
parent
45722ac1f8
commit
f65b8e328b
1 changed files with 8 additions and 3 deletions
11
quickget
11
quickget
|
@ -245,7 +245,11 @@ function editions_arcolinux() {
|
|||
}
|
||||
|
||||
function releases_cachyos() {
|
||||
echo 2022.01.09 2022.02.11
|
||||
echo 220731
|
||||
}
|
||||
|
||||
function editions_cachyos() {
|
||||
echo kde gnome xfce
|
||||
}
|
||||
|
||||
function releases_centos-stream() {
|
||||
|
@ -872,8 +876,9 @@ function get_batocera() {
|
|||
|
||||
function get_cachyos() {
|
||||
local HASH=""
|
||||
local ISO="cachyos-${RELEASE}-x86_64.iso"
|
||||
local URL="https://mirror.cachyos.org/ISO"
|
||||
local ISO="cachyos-${EDITION}-linux-${RELEASE}.iso"
|
||||
local URL="https://mirror.cachyos.org/ISO/${EDITION}/${RELEASE}"
|
||||
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue