1
1
Fork 0

Merge branch 'master' of bitbucket.org:beyondthewall/scripts

This commit is contained in:
david 2013-06-13 22:32:37 +02:00
commit 5916989aa3
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ packages="package-query yaourt"
tmpfolder="getyaourt"
sudo pacman -Syu
sudo pacman -S fakeroot binutils gcc make
for package in $packages; do
@ -35,7 +36,7 @@ for package in $packages; do
fi
cd - > /dev/null
rm -rf /tmp/$tmpfolder
done
echo "info: everything done"