1
1
Fork 0

added more dependencies to yaourt install script

This commit is contained in:
david 2013-10-24 16:14:58 +02:00
parent 192378c94e
commit 4767ad3b9b
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 patch pkg-config
sudo pacman -S fakeroot binutils gcc make patch pkg-config wget git autoconf
for package in $packages; do