mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
adding note to update script
This commit is contained in:
@@ -5,7 +5,8 @@ rm -rf $HOME/.valet-cli
|
||||
|
||||
# Download and unpack the latest Valet release
|
||||
mkdir $HOME/.valet-cli
|
||||
wget https://github.com/laravel/valet/archive/master.tar.gz -O $HOME/.valet-cli/valet.tar.gz
|
||||
echo "Downloading latest release of Valet... ☁️"
|
||||
wget https://github.com/laravel/valet/archive/master.tar.gz -O $HOME/.valet-cli/valet.tar.gz > /dev/null 2>&1
|
||||
tar xvzf $HOME/.valet-cli/valet.tar.gz -C $HOME/.valet-cli --strip 1 > /dev/null 2>&1
|
||||
|
||||
# Install Valet's Composer dependencies
|
||||
|
||||
Reference in New Issue
Block a user