vim, gitconfig, update.sh
[dotfiles_afify.git] / .scripts / install_yaourt.sh
blob756fff7205fce6cfcc486fbe0f4c8d199977db9c
1 #!/bin/bash
3 mkdir ~/Downloads/
4 cd ~/Downloads/
5 sudo pacman -S --needed base-devel git wget yajl
6 git clone https://aur.archlinux.org/package-query.git
7 cd package-query/
8 makepkg -si
9 cd ..
10 git clone https://aur.archlinux.org/yaourt.git
11 cd yaourt/
12 makepkg -si
13 cd ..
14 sudo rm -dR yaourt/ package-query/
15 yaourt -Syu