garuda: update

This commit is contained in:
zenobit 2023-09-16 10:44:24 +02:00
parent eea717093d
commit 17e856b1ca

View file

@ -498,8 +498,7 @@ function releases_garuda() {
}
function editions_garuda() {
URL="https://mirrors.fossho.st/garuda/iso/latest/garuda/"
echo $(wget -q -O - ${URL} | grep '^<a href' | sed -e 's/^.*="//' -e 's/\/.*//')
echo cinnamon dr460nized dr460nized-gaming gnome i3 kde-git kde-lite lxqt-kwin mate qtile sway wayfire xfce
}
function releases_gentoo() {
@ -1002,7 +1001,7 @@ EOF
# OS specific tweaks
case ${OS} in
alma|centos-stream|endless|nixos|oraclelinux|popos|rockylinux)
alma|centos-stream|endless|garuda|nixos|oraclelinux|popos|rockylinux)
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
openindiana)
echo "boot=\"legacy\"" >> "${CONF_FILE}"
@ -1581,7 +1580,7 @@ function get_garuda() {
local EDITION="${1:-}"
local HASH=""
local ISO=""
local URL="https://mirrors.fossho.st/garuda/iso/latest/garuda/"
local URL="https://iso.builds.garudalinux.org/iso/latest/garuda"
ISO=${EDITION}/latest.iso