fix: remove duplicate get_biglinux()

This commit is contained in:
Martin Wimpress 2024-04-19 14:11:47 +01:00 committed by Martin Wimpress
parent 607afdd004
commit 28e1abf6bd
1 changed files with 0 additions and 9 deletions

View File

@ -1884,15 +1884,6 @@ function get_bunsenlabs() {
echo "${URL}/${ISO} ${HASH}" echo "${URL}/${ISO} ${HASH}"
} }
function get_biglinux() {
local HASH=""
local ISO=""
local URL="https://iso.biglinux.com.br/"
ISO=$(grep -Eo 'biglinux_[0-9]{4}(-[0-9]{2}){2}_k[0-9]{2,3}.iso' <(wget -q -O- ${URL}) | sort -u | tail -n2 | head -n1)
HASH=$(curl -s ${URL}${ISO}.md5 | grep -Eo '[[:alnum:]]{32}')
echo "${URL}${ISO} ${HASH}"
}
function get_blendos() { function get_blendos() {
local HASH="" local HASH=""
local URL="" local URL=""