Skip to content

Commit

Permalink
Update addons/locate_mirror.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 and github-actions[bot] committed Sep 19, 2024
1 parent 108b76f commit 0621ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/locate_mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0621ac3

Please sign in to comment.