diff --git a/scripts/install_zls_server.sh b/scripts/install_zls_server.sh index f39bb7e..f8fbd3d 100644 --- a/scripts/install_zls_server.sh +++ b/scripts/install_zls_server.sh @@ -4,5 +4,7 @@ source scripts/query_dependencies.sh query_dep "xz or xz-utils" if response == 'y' then - mkdir -p builds/zls && cd builds/zls && curl -L https://github.com/zigtools/zls/releases/download/0.1.0/x86_64-linux.tar.xz | tar -xJ --strip-components=1 -C . + mkdir -p builds/zls + cd builds/zls + curl -L https://github.com/zigtools/zls/releases/download/0.1.0/x86_64-linux.tar.xz | tar -xJ --strip-components=1 -C . fi