Skip to content

Commit

Permalink
reflector update causes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Mar 7, 2019
1 parent f775641 commit feb3ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archiso/airootfs/etc/skel/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ alias pacman='sudo pacman --color auto'
alias update='sudo pacman -Syyu'

# yay as aur helper - updates everything
alias pksyua="yay -Syu"
alias pksyua="yay -Syu --noconfirm"

#ps
alias ps="ps auxf"
Expand Down
3 changes: 2 additions & 1 deletion archiso/airootfs/root/customize_airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ function initkeysFunc() {
}

function getNewMirrorCleanAndUpgrade() {
reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist
#reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist
reflector -f 30 -l 30 --number 10 --save /etc/pacman.d/mirrorlist
pacman -Sc --noconfirm
pacman -Syyu --noconfirm
}
Expand Down

0 comments on commit feb3ae1

Please sign in to comment.