chore: update vagrant scripts

This commit is contained in:
2022-04-24 16:04:29 -03:00
parent cdda313c7c
commit 6cc01707c1
2 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
ssh homestead -t 'cd code/Bruno\ Fontes/shareit; echo; echo -n "Press enter to update Composer..."; read; composer update; echo; echo -n "Press enter to update NPM..."; read; npm update; echo; echo -n "Press enter to exit..."; read'
ssh homestead -t 'cd shareit; php7.3 /usr/local/bin/composer update; npm update; echo; echo -n "Press enter to exit..."; read'