DistroHopper/results/bunsenlabs.txt
2025-11-13 22:43:05 +01:00

25 lines
651 B
Text

bunsenlabs
bunsenlabs boron: https://ddl.bunsenlabs.org/ddl/boron-1-240123-amd64.hybrid.iso
# Template file for 'bunsenlabs'
OSNAME="bunsenlabs"
PRETTY="Bunsenlabs"
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="-"
RELEASES="boron"
function 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}"
}