From 24727df416bb3ba6705028b2912a084cd0f687de Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 8 Mar 2020 21:06:13 -0400 Subject: [PATCH] curl added for void --- larbs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/larbs.sh b/larbs.sh index 77f696b..6a718a9 100644 --- a/larbs.sh +++ b/larbs.sh @@ -184,6 +184,7 @@ adduserandpass || error "Error adding username and/or password." # 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 +installpkg curl installpkg base-devel installpkg git [ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case