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

27 lines
725 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"
HOMEPAGE="https://www.tuxedocomputers.com"
DESCRIPTION="KDE Ubuntu LTS designed to go with their Linux hardware"
CREDENTIALS="-"
GPG=""
RSS=""
DW=""
function releases_() {
echo current
}
function 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}"
}