We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47247ea commit 13cf1a8Copy full SHA for 13cf1a8
cli/scripts/install.sh
cli/scripts/update.sh
valet
@@ -29,14 +29,6 @@ then
29
exit
30
fi
31
32
-# If the command is to run the updater we'll run the updater script and
33
-# let it handle this entire update. It will download a fresh copy of
34
-# Valet and replace the current install with the "fresh" download.
35
-if [[ "$1" = "update" ]]
36
-then
37
- bash $DIR/cli/scripts/update.sh
38
- exit
39
-
40
# If the command is the "share" command we will need to resolve out any
41
# symbolic links for the site. Before starting Ngrok, we will fire a
42
# process to retrieve the live Ngrok tunnel URL in the background.
0 commit comments