diff --git a/quickget b/quickget index cba3ef8..3b72944 100755 --- a/quickget +++ b/quickget @@ -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=""