This commit is contained in:
2017-11-03 20:20:45 -04:00
parent e2ca7cafd9
commit b5cc99d39c
1 changed files with 6 additions and 3 deletions

View File

@ -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