Skip to content

Commit

Permalink
added https to initial reflector command
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesco committed Dec 4, 2023
1 parent e9efc4d commit f90cee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND; exit $s' ERR
if [[ "${1-}" =~ ^-*h(elp)?$ ]]; then
echo 'Usage: ./arch-installer.sh
Runs through the arch installation process.
Runs through the arch installation process.
'
exit
Expand Down Expand Up @@ -171,7 +171,7 @@ mount --mkdir LABEL=EFI /mnt/boot

# Update mirrorlist
echo "Updating pacman mirrorlist..."
reflector --latest 5 --sort rate --country US --save /etc/pacman.d/mirrorlist
reflector --protocol https --latest 5 --sort rate --country US --save /etc/pacman.d/mirrorlist

# begin arch install
echo "Bootstraping new install..."
Expand Down

0 comments on commit f90cee9

Please sign in to comment.