From 4c94a0cc894e8f240349056916523dd9a9e86506 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sat, 4 Apr 2020 11:22:01 +0200 Subject: [PATCH] Update larbs.sh --- larbs.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/larbs.sh b/larbs.sh index ea5ae7f..4950eca 100644 --- a/larbs.sh +++ b/larbs.sh @@ -176,8 +176,12 @@ adduserandpass || error "Error adding username and/or password." # Refresh Arch keyrings. refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually." -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 +dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` and \`git\` for installing other software required for the installation of other programs." 5 70 +installpkg curl +installpkg base-devel +installpkg git +installpkg ntp + [ -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