repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vim, gitconfig, update.sh
[dotfiles_afify.git]
/
.scripts
/
install_yaourt.sh
blob
756fff7205fce6cfcc486fbe0f4c8d199977db9c
1
#!/bin/bash
2
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