DistroHopper/templates/bazzite
2026-05-27 17:00:06 +02:00

46 lines
1,010 B
Text

# Template file for 'bazzite'
OSNAME="bazzite"
PRETTY="bazzite"
LOGO=""
ICON="bazzite.svg"
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/bazzite.png"
CATEGORY="Gaming"
BASEDOF="Fedora SteamOS"
HOMEPAGE="https://bazzite.gg"
DESCRIPTION="Container native gaming and a ready-to-game SteamOS like"
CREDENTIALS="-"
GPG=""
RSS=""
DW=""
function releases_() {
echo latest
}
function editions_() {
echo gnome kde
}
function get_() {
local HASH=""
local ISO=""
local URL="https://download.bazzite.gg"
case ${EDITION} in
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}"
}
function get_() {
local HASH=""
local ISO=""
local URL="https://mirrors.o2switch.fr/batocera/x86_64/stable/${RELEASE}"
ISO="$(web_pipe "${URL}/" | grep -e 'batocera.*img.gz'| cut -d'"' -f2)"
echo "${URL}/${ISO} ${HASH}"
}
function config_() {
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
}