DistroHopper/public/crunchbang++
2025-09-07 13:26:36 +00:00

19 lines
500 B
Text

# Template file for 'crunchbang++'
OSNAME="crunchbang++"
PRETTY="Crunchbangplusplus"
BASEDOF="Debian"
DESCRIPTION="The classic minimal crunchbang feel, now with debian 12 bookworm"
HOMEPAGE="https://www.crunchbangplusplus.org"
CREDENTIALS="-"
RELEASES="9.0 12.0 11.2 10.1"
function get_() {
local HASH=""
local ISO=""
ISO=$(web_pipe "https://api.github.com/repos/CBPP/cbpp/releases" | grep 'download_url' | grep amd64 | grep "${RELEASE}" | cut -d'"' -f4)
echo "${ISO} ${HASH}"
}