Fix BigLinux
This commit is contained in:
parent
675a635d9a
commit
fc2af70f17
|
|
@ -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_() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue