Skip to content

Commit

Permalink
Merge pull request #1 from woffs/master
Browse files Browse the repository at this point in the history
repair fetching from aur
  • Loading branch information
dalingrin committed Oct 30, 2012
2 parents 07b2949 + e5bb322 commit 4071729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbfetch
Expand Up @@ -120,7 +120,7 @@ DownloadAur() {

for i in "$@"
do
wget -q ${aur}/$i/$i.tar.gz || error "$color1$i $dFail$reset"
wget -q ${aur}/${i:0:2}/$i/$i.tar.gz || error "$color1$i $dFail$reset"
echo -e "$bMarker$color1$i $downl"

bsdtar -x -f $i.tar.gz && echo -e "$bMarker$color1$i $ext"
Expand Down

0 comments on commit 4071729

Please sign in to comment.