This commit is contained in:
Luke Smith 2021-07-12 16:53:29 -04:00
parent 89143591e9
commit f57d823134
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -65,7 +65,7 @@ adduserandpass() { \
refreshkeys() { \
dialog --infobox "Refreshing Arch Keyring..." 4 40
pacman -Q artix-keyring >/dev/null 2>&1 && pacman --noconfirm -S artix-keyring >/dev/null 2>&1
pacman -Q artix-keyring >/dev/null 2>&1 && pacman --noconfirm -S artix-keyring artix-archlinux-support >/dev/null 2>&1
pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
}