From 0621ac3e2bb3eb806c75fa203422649e180a66d5 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 19 Sep 2024 20:48:06 +0200 Subject: [PATCH] Update addons/locate_mirror.sh Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Daniel Hansson --- addons/locate_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/locate_mirror.sh b/addons/locate_mirror.sh index 36d35b8747..f7966b9d73 100644 --- a/addons/locate_mirror.sh +++ b/addons/locate_mirror.sh @@ -75,7 +75,7 @@ This script can only handle one keymap at the time.\nThe default mirror ($CURREN exit 1 fi # Find - FIND_MIRROR="$(fast-apt-mirror find -v --healthchecks 100 --speedtests 10 --country $KEYBOARD_LAYOUT)" + FIND_MIRROR="$(fast-apt-mirror find -v --healthchecks 100 --speedtests 10 --country "$KEYBOARD_LAYOUT")" print_text_in_color "$ICyan" "Locating the best mirrors..." if [ "$CURRENT_MIRROR" != "$FIND_MIRROR" ] then