mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add bunsenlabs
This commit is contained in:
parent
834be37c86
commit
4906752519
1 changed files with 13 additions and 0 deletions
13
quickget
13
quickget
|
@ -185,6 +185,7 @@ function os_support() {
|
||||||
arcolinux \
|
arcolinux \
|
||||||
batocera \
|
batocera \
|
||||||
blendos \
|
blendos \
|
||||||
|
bunsenlabs \
|
||||||
cachyos \
|
cachyos \
|
||||||
centos-stream \
|
centos-stream \
|
||||||
debian \
|
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() {
|
function releases_cachyos() {
|
||||||
echo 230813
|
echo 230813
|
||||||
}
|
}
|
||||||
|
@ -1071,6 +1076,14 @@ function get_arcolinux() {
|
||||||
echo "${URL}/${ISO} ${HASH}"
|
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() {
|
function get_blendos() {
|
||||||
|
|
||||||
local HASH=""
|
local HASH=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue