Skip to content

Commit

Permalink
Merge pull request #2 from RlndVt/patch-1
Browse files Browse the repository at this point in the history
Spelling mistake in reading mirrorlist
  • Loading branch information
BiteDasher authored Oct 29, 2021
2 parents 8cb5cb9 + 616be75 commit 5abe336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archbashstrap
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pacstrap() {
MIRROR="https://mirror.yandex.ru/archlinux"
else
if [ -s ./arch_mirrorlist ]; then warning "File arch_mirrorlist is empty, fallback to yandex mirror"; fi
MIRROR="$(cat ./arch_mirrolist | cut -d " " -f 3- | head -n 1)"
MIRROR="$(cat ./arch_mirrorlist | cut -d " " -f 3- | head -n 1)"
fi
else
:
Expand Down

0 comments on commit 5abe336

Please sign in to comment.