diff --git a/larbs.sh b/larbs.sh index c92364d..3827f53 100755 --- a/larbs.sh +++ b/larbs.sh @@ -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 diff --git a/progs.csv b/progs.csv index 071be10..6720f22 100644 --- a/progs.csv +++ b/progs.csv @@ -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."