commit d47dd38d7e92a4b59ddb26c22db96f83807bb5cb
parent 584483aef3c72f6b35763aa4b1b674a38501f345
Author: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 27 Aug 2018 13:00:34 -0400
pacman/yay use color
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/larbs.sh b/larbs.sh
@@ -210,6 +210,9 @@ systembeepoff
# serveral important commands, `shutdown`, `reboot`, updating, etc. without a password.
newperms "%wheel ALL=(ALL) ALL\\n%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/yay"
+# Make pacman and yay colorful because why not.
+sed -i "s/#Color^/Color/g" /etc/pacman.conf
+
# Last message! Install complete!
finalize
clear