minor tweaks
This commit is contained in:
parent
24727df416
commit
6518a0dbbe
4
larbs.sh
4
larbs.sh
@ -183,7 +183,7 @@ adduserandpass || error "Error adding username and/or password."
|
|||||||
# Refresh Arch keyrings.
|
# Refresh Arch keyrings.
|
||||||
# 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." 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 curl
|
||||||
installpkg base-devel
|
installpkg base-devel
|
||||||
installpkg git
|
installpkg git
|
||||||
@ -194,7 +194,7 @@ installpkg git
|
|||||||
newperms "%wheel ALL=(ALL) NOPASSWD: ALL"
|
newperms "%wheel ALL=(ALL) NOPASSWD: ALL"
|
||||||
|
|
||||||
# Make pacman and yay colorful and adds eye candy on the progress bar because why not.
|
# Make pacman and yay colorful and adds eye candy on the progress bar because why not.
|
||||||
grep "^Color" /etc/pacman.conf >/dev/null || sed -i "s/^#Color/Color/" /etc/pacman.conf
|
grep "^Color" /etc/pacman.conf >/dev/null || sed -i "s/^#Color$/Color/" /etc/pacman.conf
|
||||||
grep "ILoveCandy" /etc/pacman.conf >/dev/null || sed -i "/#VerbosePkgLists/a ILoveCandy" /etc/pacman.conf
|
grep "ILoveCandy" /etc/pacman.conf >/dev/null || sed -i "/#VerbosePkgLists/a ILoveCandy" /etc/pacman.conf
|
||||||
|
|
||||||
# Use all cores for compilation.
|
# Use all cores for compilation.
|
||||||
|
Loading…
Reference in New Issue
Block a user