Skip to content

Commit 13cf1a8

Browse files
committed
Remove Composer-less functionality from master branch
1 parent 47247ea commit 13cf1a8

File tree

3 files changed

+0
-94
lines changed

3 files changed

+0
-94
lines changed

cli/scripts/install.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

cli/scripts/update.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

valet

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ then
2929
exit
3030
fi
3131

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-
4032
# If the command is the "share" command we will need to resolve out any
4133
# symbolic links for the site. Before starting Ngrok, we will fire a
4234
# process to retrieve the live Ngrok tunnel URL in the background.

0 commit comments

Comments
 (0)