From 846d2fb7add3586f01b0f82673f8e3c7fc8e9e13 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 1 Jul 2022 12:45:53 -0400 Subject: [PATCH] polkit added for all --- larbs.sh | 2 +- progs.csv | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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."