Commit 62ee8250 authored by Taylor Otwell's avatar Taylor Otwell

added message for zip install.

parent ef2c5af4
...@@ -28,6 +28,8 @@ class Github extends Provider { ...@@ -28,6 +28,8 @@ class Github extends Provider {
$url = "http://nodeload.github.com/{$bundle['location']}/zipball/master"; $url = "http://nodeload.github.com/{$bundle['location']}/zipball/master";
parent::zipball($bundle, $url, true); parent::zipball($bundle, $url, true);
echo "Bundle [{$bundle['name']} has been installed!".PHP_EOL;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment