Skip to content

Commit

Permalink
added submodules init to install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusher committed Aug 23, 2015
1 parent 38e000d commit 145688b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $DIR
git submodule update --init --recursive
php -r "readfile('https://getcomposer.org/installer');" | php
cd $DIR/padawan.php
$DIR/composer.phar install

0 comments on commit 145688b

Please sign in to comment.