feat: Add Bazzite Deck; fix: Correct bazzite filenames

This commit is contained in:
Liam 2025-04-17 10:12:34 -07:00
parent 3da9edc995
commit 94d08a88b3
No known key found for this signature in database
1 changed files with 5 additions and 3 deletions

View File

@ -588,7 +588,7 @@ function releases_bazzite() {
}
function editions_bazzite() {
echo gnome kde
echo gnome plasma deck-gnome deck-plasma
}
function releases_biglinux() {
@ -1646,8 +1646,10 @@ function get_bazzite() {
local ISO=""
local URL="https://download.bazzite.gg"
case ${EDITION} in
gnome) ISO="bazzite-gnome-stable.iso";;
kde) ISO="bazzite-stable.iso";;
gnome) ISO="bazzite-gnome-stable-amd64.iso";;
plasma) ISO="bazzite-stable-amd64.iso";;
deck-gnome) ISO="bazzite-deck-gnome-stable-amd64.iso";;
deck-plasma) ISO="bazzite-deck-stable-amd64.iso";;
esac
HASH=$(web_pipe "${URL}/${ISO}-CHECKSUM" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"