fix: remove double slashes from get_gentoo()

This commit is contained in:
Martin Wimpress 2024-04-28 13:27:02 +01:00 committed by Martin Wimpress
parent 4a422b9465
commit e797d55522
1 changed files with 1 additions and 1 deletions

View File

@ -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);;