Browse Source

Update larbs.sh

master
Marten Kante 8 months ago
committed by GitHub
parent
commit
437cb70509
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      larbs.sh

+ 1
- 4
larbs.sh

@ -177,10 +177,7 @@ adduserandpass || error "Error adding username and/or password."
refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually." 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 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 [ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case

Loading…
Cancel
Save