Fix BigLinux

This commit is contained in:
zenobit 2025-03-03 15:18:21 +01:00
parent 675a635d9a
commit fc2af70f17
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function releases_() {
function editions_() {
#shellcheck disable=SC2046,SC2005
echo $(web_pipe "https://iso.biglinux.com.br" | grep -Eo "biglinux_$(releases_biglinux)_k[0-9]{2,3}.iso" | cut -d'_' -f3 | cut -d'.' -f1 | sort -Vru)
echo $(web_pipe "https://iso.biglinux.com.br" | grep -Eo "biglinux_$(releases_)_k[0-9]{2,3}.iso" | cut -d'_' -f3 | cut -d'.' -f1 | sort -Vru)
}
function get_() {