Skip to content

Commit

Permalink
Update installer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktorsner committed Dec 11, 2012
1 parent 767bf6f commit aea238f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function process($argv)

$f = $mod["name"];
echo "Downloading mod: $f\n";
echo $gitfileurl/$repo/master/$f . "\n";
$cmd = "curl -sL $gitfileurl/$repo/master/$f > $f";
exec($cmd);

Expand Down

0 comments on commit aea238f

Please sign in to comment.