Add bunsenlabs

This commit is contained in:
zenobit 2023-10-06 22:50:44 +02:00 committed by Martin Wimpress
parent 834be37c86
commit 4906752519

View file

@ -185,6 +185,7 @@ function os_support() {
arcolinux \
batocera \
blendos \
bunsenlabs \
cachyos \
centos-stream \
debian \
@ -299,6 +300,10 @@ wget -q https://sourceforge.net/projects/blendos/rss?path=/ISOs/ -O- | grep -E -
}
function releases_bunsenlabs() {
echo latest
}
function releases_cachyos() {
echo 230813
}
@ -1071,6 +1076,14 @@ function get_arcolinux() {
echo "${URL}/${ISO} ${HASH}"
}
function get_bunsenlabs() {
local HASH=""
local ISO="beryllium-1-amd64.hybrid.iso"
local URL="https://ddl.bunsenlabs.org/ddl"
HASH=$(wget -q -O- "${URL}/release.sha256.txt" | head -1 | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}
function get_blendos() {
local HASH=""