From b5cc99d39c6513026e5acd40dbdf34b64d1c82bf Mon Sep 17 00:00:00 2001 From: Date: Fri, 3 Nov 2017 20:20:45 -0400 Subject: [PATCH] a --- arch_setup.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch_setup.sh b/arch_setup.sh index bb2c482..4b02971 100644 --- a/arch_setup.sh +++ b/arch_setup.sh @@ -38,10 +38,10 @@ cat > /etc/pacman.d/mirrorlist <<-`EOM05594313219813` `EOM05594313219813` # Do an update to make sure all is, well, updated! -pacman -Syu +pacman -Syu --noconfirm -# Install base-devel which includes gcc and jazz. -pacman -S base-devel +# Install git and base-devel which includes gcc and jazz. +pacman -S base-devel git --noconfirm # Create temp dirs for installing stuff mkdir ~/tmp @@ -63,6 +63,9 @@ cd yaourt makepkg -si cd .. +cd .. +rm -r -f ~/tmp + # Install htop and cowsay cause they are awesome yaourt -S htop cowsay