chore: Move get_biglinux function

This commit is contained in:
zen0bit 2024-04-21 08:13:59 +02:00 committed by Martin Wimpress
parent 7a88eab9af
commit 6ae74a397c
1 changed files with 8 additions and 8 deletions

View File

@ -1821,14 +1821,6 @@ function get_athenaos() {
echo "${URL}/${ISO} ${HASH}"
}
function get_biglinux() {
local HASH=""
local ISO="biglinux_${RELEASE}_${EDITION}.iso"
local URL="https://iso.biglinux.com.br"
HASH=$(web_pipe "${URL}/${ISO}.md5" | grep -Eo '[[:alnum:]]{32}')
echo "${URL}/${ISO} ${HASH}"
}
function get_batocera() {
local HASH=""
local URL="https://mirrors.o2switch.fr/batocera/x86_64/stable/${RELEASE}"
@ -1845,6 +1837,14 @@ function get_bazzite() {
echo "${URL}/${ISO} ${HASH}"
}
function get_biglinux() {
local HASH=""
local ISO="biglinux_${RELEASE}_${EDITION}.iso"
local URL="https://iso.biglinux.com.br"
HASH=$(web_pipe "${URL}/${ISO}.md5" | grep -Eo '[[:alnum:]]{32}')
echo "${URL}/${ISO} ${HASH}"
}
function get_blendos() {
local HASH=""
local URL=""