mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Add --no-interaction to init.sh
This commit is contained in:
parent
74776cb69a
commit
f5d1cf8a52
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -51,7 +51,7 @@ trap 'error "script killed"' SIGINT SIGQUIT
|
||||||
}
|
}
|
||||||
|
|
||||||
msg "Running: ${c_m}composer installl --no-dev"
|
msg "Running: ${c_m}composer installl --no-dev"
|
||||||
composer install --no-dev || error "${c_m}composer install --no-dev$c_w exited with an error status"
|
composer install --no-interaction --no-dev || error "${c_m}composer install --no-interaction --no-dev$c_w exited with an error status"
|
||||||
|
|
||||||
msg "Running: ${c_m}php artisan migrate"
|
msg "Running: ${c_m}php artisan migrate"
|
||||||
php artisan migrate || error "${c_m}php artisan migrate$c_w exited with an error status"
|
php artisan migrate || error "${c_m}php artisan migrate$c_w exited with an error status"
|
||||||
|
|
Loading…
Reference in a new issue