Commit 92208442c685bfb7c1b80c6029eb1095f0f09906

Authored by Etienne Pallier
2 parents 59ece0d8 81c77f4a

Merge branch 'dev-IRAP' into dev

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
install/plugins_set.sh
... ... @@ -13,6 +13,8 @@ if [ ! -d vendor/ ] ; then
13 13 fi
14 14  
15 15 # Install/update plugins:
16   -php composer.phar update
  16 +#php composer.phar update
  17 +#php composer.phar install
  18 +php composer.phar $1
17 19  
18 20 cd install/
... ...