bazzite update

This commit is contained in:
zenobit 2025-02-14 04:27:35 +01:00
parent c2eebffa2a
commit b7d4dadbbc
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ function get_() {
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";;
kde) ISO="bazzite-stable-amd64.iso";;
esac
HASH=$(web_pipe "${URL}/${ISO}-CHECKSUM" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"