polkit added for all

This commit is contained in:
Luke Smith 2022-07-01 12:45:53 -04:00
parent dae0c978d8
commit 846d2fb7ad
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -2,6 +2,7 @@
,xorg-server,"is the graphical server."
,xorg-xwininfo,"allows querying information about windows."
,xorg-xinit,"starts the graphical server."
,polkit,"manages user policies."
,ttf-linux-libertine,"provides the sans and serif fonts for LARBS."
A,lf-git,"is an extensive terminal file manager that everyone likes."
,ueberzug,"enables previews in the lf file manager."

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
2 xorg-server is the graphical server.
3 xorg-xwininfo allows querying information about windows.
4 xorg-xinit starts the graphical server.
5 polkit manages user policies.
6 ttf-linux-libertine provides the sans and serif fonts for LARBS.
7 A lf-git is an extensive terminal file manager that everyone likes.
8 ueberzug enables previews in the lf file manager.