feat: update bunsenlabs to current release

This commit is contained in:
Martin Wimpress 2024-04-19 14:12:27 +01:00 committed by Martin Wimpress
parent 522c266ee7
commit f4432af3d9
1 changed files with 1 additions and 1 deletions

View File

@ -1878,7 +1878,7 @@ function get_biglinux() {
function get_bunsenlabs() { function get_bunsenlabs() {
local HASH="" local HASH=""
local ISO="beryllium-1-amd64.hybrid.iso" local ISO="boron-1-240123-amd64.hybrid.iso"
local URL="https://ddl.bunsenlabs.org/ddl" local URL="https://ddl.bunsenlabs.org/ddl"
HASH=$(web_pipe "${URL}/release.sha256.txt" | head -1 | cut_1) HASH=$(web_pipe "${URL}/release.sha256.txt" | head -1 | cut_1)
echo "${URL}/${ISO} ${HASH}" echo "${URL}/${ISO} ${HASH}"