From fc7e01d9c9c9ef26b402a723ed4cbbb6d3d079ce Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 8 Jan 2019 19:02:22 -0500 Subject: [PATCH] hacknew --- larbs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/larbs.sh b/larbs.sh index 5c8da0e..f201d21 100644 --- a/larbs.sh +++ b/larbs.sh @@ -168,6 +168,7 @@ refreshkeys || error "Error automatically refreshing Arch keyring. Consider doin dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` and \`git\` for installing other software." 5 70 pacman --noconfirm --needed -S base-devel git >/dev/null 2>&1 +[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case # Allow user to run sudo without password. Since AUR programs must be installed # in a fakeroot environment, this is required for all builds with AUR.