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