1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 16:50:09 +01:00

call install on each update

This commit is contained in:
Taylor Otwell
2016-05-10 17:08:34 -05:00
parent a87db83d23
commit a33e8732a7

View File

@@ -14,4 +14,7 @@ echo "Installing Valet's Composer dependencies..."
/usr/local/bin/php /usr/local/bin/composer install -d $HOME/.valet-cli > /dev/null 2>&1 /usr/local/bin/php /usr/local/bin/composer install -d $HOME/.valet-cli > /dev/null 2>&1
# Run the Valet installation process # Run the Valet installation process
$HOME/.valet-cli/valet install
# Display the new Valet version
$HOME/.valet-cli/valet --version $HOME/.valet-cli/valet --version