install polkit on arch, fix #430

This commit is contained in:
Luke Smith 2022-06-05 19:42:45 -04:00
parent 51d58e1260
commit bd3342c4c0
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -67,7 +67,7 @@ refreshkeys() { \
case "$(readlink -f /sbin/init)" in
*systemd* )
dialog --infobox "Refreshing Arch Keyring..." 4 40
pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
pacman --noconfirm -S archlinux-keyring polkit >/dev/null 2>&1
;;
*)
dialog --infobox "Enabling Arch Repositories..." 4 40