1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-02 15:37:45 +02:00

Merge branch 'master' of ssh+git://github/tiynger/larbs

This commit is contained in:
TiynGER 2020-04-04 12:07:14 +02:00
commit 522bac93ae

View File

@ -176,8 +176,9 @@ 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
pacman --noconfirm --needed -S curl base-devel git 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