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

35 lines
777 B
Text

# Template file for 'bunsenlabs'
OSNAME="bunsenlabs"
PRETTY="Bunsenlabs"
LOGO=""
ICON="bunsenlabs.svg"
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/bunsenlabs.png"
CATEGORY="Lightweight"
BASEDOF="Debian"
DESCRIPTION="Light-weight and easily customizable Openbox desktop. The project is a community continuation of CrunchBang Linux"
HOMEPAGE="https://www.bunsenlabs.org"
CREDENTIALS="-"
GPG=""
RSS=""
DW=""
MAGNET=""
CHAT=""
RELEASES="boron"
QEMU_ARCH="amd64"
releases_() {
echo boron
}
get_() {
local HASH=""
local ISO="boron-1-240123-amd64.hybrid.iso"
local URL="https://ddl.bunsenlabs.org/ddl"
HASH=$(web_pipe "${URL}/release.sha256.txt" | head -n 1 | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}
config_() {
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
}