DistroHopper/public/tuxedo-os
2026-05-27 17:00:06 +02:00

32 lines
763 B
Text

# Template file for 'tuxedo-os'
OSNAME="tuxedo-os"
PRETTY="Tuxedo OS"
LOGO=""
ICON="tuxedoos.svg"
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/tuxedo-os.png"
CATEGORY="Beginner"
BASEDOF="Ubuntu"
DESCRIPTION="KDE Ubuntu LTS designed to go with their Linux hardware"
HOMEPAGE="https://www.tuxedocomputers.com"
CREDENTIALS="-"
GPG=""
RSS=""
DW=""
MAGNET=""
CHAT=""
RELEASES="current"
QEMU_ARCH="amd64"
releases_() {
echo current
}
get_() {
local HASH=""
local ISO=""
local URL="https://os.tuxedocomputers.com"
ISO="$(web_pipe "https://os.tuxedocomputers.com/" | grep -m 1 current.iso | cut -d '=' -f 4 | cut -d '"' -f 2)"
HASH="$(web_pipe "https://os.tuxedocomputers.com/checksums/${ISO}.sha256" | cut -d ' ' -f 1)"
echo "${URL}/${ISO} ${HASH}"
}