aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Zelent <zelent.marcin@gmail.com>2017-12-04 13:29:05 +0100
committerGitHub <noreply@github.com>2017-12-04 13:29:05 +0100
commit97c2270402368b629398a9c3025008295b6d0ee0 (patch)
treedd937e3c0f5e593bb1a88c12e27e0f4ab76df613 /rebuild.sh
parentfc0a483872a5a6ab084c4e60243b1bff54c40174 (diff)
Update rebuild.sh
Diffstat (limited to 'rebuild.sh')
-rw-r--r--rebuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/rebuild.sh b/rebuild.sh
index 42e79d6..15b4fc4 100644
--- a/rebuild.sh
+++ b/rebuild.sh
@@ -1 +1,3 @@
-rm -Rf app bin src tests var web composer.json composer.lock composer.phar phpunit.xml.dist README.md web.config
+rm -Rf app bin src tests var web .gitignore composer.json composer.lock composer.phar phpunit.xml.dist README.md web.config
+curl -sS https://getcomposer.org/installer | php
+php composer.phar install