mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
tweaking scripts
This commit is contained in:
3
valet
3
valet
@@ -23,6 +23,9 @@ fi
|
||||
if [[ "$1" = "install" ]] || [[ "$1" = "domain" ]] || [[ "$1" = "start" ]] || [[ "$1" = "restart" ]] || [[ "$1" = "stop" ]] || [[ "$1" = "uninstall" ]]
|
||||
then
|
||||
sudo php "$DIR/cli/valet.php" "$@"
|
||||
elif [[ "$1" = "update" ]]
|
||||
then
|
||||
bash <(curl -s https://raw.githubusercontent.com/laravel/valet/master/update.sh)
|
||||
elif [[ "$1" = "share" ]]
|
||||
then
|
||||
HOST="${PWD##*/}"
|
||||
|
||||
Reference in New Issue
Block a user