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.