This commit is contained in:
zenobit 2023-03-13 17:28:11 +01:00
parent 0a4eb7d59a
commit 62a392581a
1 changed files with 12 additions and 12 deletions

View File

@ -234,7 +234,11 @@ function os_support() {
}
function releases_agarimos() {
echo 20230305 20230303 20230225 20230216
echo latest 20230312 20230311 20230305 20230303 20230225 20230216
}
function editions_agarimos() {
echo plasma gnome xfce
}
function releases_alma() {
@ -900,22 +904,18 @@ function get_agarimos() {
local HASH=""
local ISO=""
local URL=""
case ${RELEASE} in
20230305)
case ${EDITION} in
gnome)
URL="https://sourceforge.net/projects/agarimos/files/Gnome"
ISO="AgarimOS-Gnome-Catppuccin-Live-x86_64-6.1.14_1-20230305.iso"
ISO="AgarimOS-Gnome-Catppuccin-Live-x86_64-6.1.15_1-20230312.iso"
;;
20230303)
plasma)
URL="https://sourceforge.net/projects/agarimos/files/Plasma"
ISO="AgarimOS-Plasma-Dracula-Live-x86_64-6.1.14_1-20230303.iso"
ISO="AgarimOS-Plasma-Dracula-Live-x86_64-6.1.15_1-20230311.iso"
;;
20230225)
xfce)
URL="https://sourceforge.net/projects/agarimos/files/XFCE4"
ISO="AgarimOS-XFCE4-Catppuccin-Live-x86_64-6.1.12_1-20230216.iso"
;;
20230216)
URL="https://sourceforge.net/projects/agarimos/files/XFCE4"
ISO="AgarimOS-XFCE4-Catppuccin-Live-6.1.13_1-20230225.iso"
ISO="AgarimOS-XFCE4-Catppuccin-Live-x86_64-6.1.15_1-20230311.iso"
;;
esac
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1)