vito/resources/commands/website/composer-install.sh
2023-08-04 18:28:04 +02:00

8 lines
192 B
Bash
Executable File

if ! cd __path__; then
echo 'VITO_SSH_ERROR' && exit 1
fi
if ! composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev; then
echo 'VITO_SSH_ERROR' && exit 1
fi