fix: remove double slashes from get_gentoo()
This commit is contained in:
parent
4a422b9465
commit
e797d55522
2
quickget
2
quickget
|
@ -1870,7 +1870,7 @@ function get_garuda() {
|
||||||
function get_gentoo() {
|
function get_gentoo() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO=""
|
||||||
local URL="https://mirror.bytemark.co.uk/gentoo/releases/amd64/autobuilds/"
|
local URL="https://mirror.bytemark.co.uk/gentoo/releases/amd64/autobuilds"
|
||||||
case ${EDITION} in
|
case ${EDITION} in
|
||||||
minimal) ISO=$(web_pipe "${URL}/${RELEASE}-iso.txt" | grep install | cut_1);;
|
minimal) ISO=$(web_pipe "${URL}/${RELEASE}-iso.txt" | grep install | cut_1);;
|
||||||
livegui) ISO=$(web_pipe "${URL}/${RELEASE}-iso.txt" | grep livegui | cut_1);;
|
livegui) ISO=$(web_pipe "${URL}/${RELEASE}-iso.txt" | grep livegui | cut_1);;
|
||||||
|
|
Loading…
Reference in New Issue