1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-10-30 10:11:16 +01:00

Update larbs.sh

This commit is contained in:
Marten Kante
2020-04-04 11:23:40 +02:00
committed by GitHub
parent 4c94a0cc89
commit 437cb70509

View File

@@ -177,10 +177,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 required for the installation of other programs." 5 70
installpkg curl
installpkg base-devel
installpkg git
installpkg ntp
pacman --noconfirm --needed -S curl base-devel git ntp
[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case