From e797d5552252e0c0b95ec04397a4aad4b7edff8f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 28 Apr 2024 13:27:02 +0100 Subject: [PATCH] fix: remove double slashes from get_gentoo() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index d3e8661..c2e34bd 100755 --- a/quickget +++ b/quickget @@ -1870,7 +1870,7 @@ function get_garuda() { function get_gentoo() { local HASH="" 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 minimal) ISO=$(web_pipe "${URL}/${RELEASE}-iso.txt" | grep install | cut_1);; livegui) ISO=$(web_pipe "${URL}/${RELEASE}-iso.txt" | grep livegui | cut_1);;