Improve update

This commit is contained in:
dr460nf1r3 2021-06-26 20:16:50 +02:00
parent 7581fc433f
commit 17fba6eb1c
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
1 changed files with 5 additions and 9 deletions

View File

@ -3,14 +3,10 @@
sudo reflector --latest 5 --age 2 --fastest 5 --protocol https --sort rate --save /etc/pacman.d/mirrorlist && cat /etc/pacman.d/mirrorlist
# Check for keyring update & update as needed
if "/usr/bin/checkupdates" | grep chaotic-keyring; then
sudo pacman -Sy chaotic-keyring && sudo pacman -Su
elif "/usr/bin/checkupdates" | grep archlinux-keyring; then
sudo pacman -Sy archlinux-keyring && sudo pacman -Su
else sudo pacman -Syu
# Update fish autocompletions
fish_update_completions
if pacman -Qs blackarch-keyring; then
sudo pacman -Sy archlinux-keyring blackarch-keyring chaotic-keyring --needed && pacman -Su
else pacman -Sy archlinux-keyring chaotic-keyring --needed && pacman -Su
fi
# Update mlocate index
sudo updatedb
pacman -Qs mlocate && sudo updatedb