From aea238fdf0825f33876e4d6c97cd073023752f2f Mon Sep 17 00:00:00 2001 From: eriktorsner Date: Wed, 12 Dec 2012 00:49:58 +0100 Subject: [PATCH] Update installer.php --- installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.php b/installer.php index ccf06f7..c33940b 100644 --- a/installer.php +++ b/installer.php @@ -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);