aboutsummaryrefslogtreecommitdiff
path: root/installer/install-solargraph.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install-solargraph.sh')
-rwxr-xr-xinstaller/install-solargraph.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/installer/install-solargraph.sh b/installer/install-solargraph.sh
index 8526ac6..b6c5066 100755
--- a/installer/install-solargraph.sh
+++ b/installer/install-solargraph.sh
@@ -2,10 +2,6 @@
set -e
-cd $(dirname $0)
-[ -d ../servers/solargraph ] && rm -rf ../servers/solargraph
-mkdir ../servers/solargraph
-cd ../servers/solargraph
git clone "https://github.com/castwide/solargraph" .
bundle install --path vendor/bundle