1
1
Fork 0

yaourt install script modification

This commit is contained in:
david 2013-06-17 11:20:40 +02:00
parent 5916989aa3
commit 1f78aabdd4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ packages="package-query yaourt"
tmpfolder="getyaourt"
sudo pacman -Syu
sudo pacman -S fakeroot binutils gcc make
sudo pacman -S fakeroot binutils gcc make patch
for package in $packages; do