diff --git a/update/update-web-panel.sh b/update/update-web-panel.sh index 2a14129..3823d37 100644 --- a/update/update-web-panel.sh +++ b/update/update-web-panel.sh @@ -38,15 +38,15 @@ cd /usr/local/phyre/web # # # -PHYRE_PHP=/usr/local/phyre/php/bin/php -# -$PHYRE_PHP -v -$PHYRE_PHP -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" -$PHYRE_PHP ./composer-setup.php -$PHYRE_PHP -r "unlink('composer-setup.php');" -# -rm -rf composer.lock -COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar i --no-interaction --no-progress +#PHYRE_PHP=/usr/local/phyre/php/bin/php +## +#$PHYRE_PHP -v +#$PHYRE_PHP -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" +#$PHYRE_PHP ./composer-setup.php +#$PHYRE_PHP -r "unlink('composer-setup.php');" + +#rm -rf composer.lock +#COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar i --no-interaction --no-progress #COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar dump-autoload --no-interaction ./db-migrate.sh