Update scripts

This commit is contained in:
Alex Yatskov 2024-12-27 11:56:01 -08:00
parent 4886259cfb
commit df1ec2af99
3 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
#!/bin/bash -e
git submodule update --init --recursive

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/bin/bash -e
RELEASE_VERSION=$(curl -sL https://api.github.com/repos/LuaLS/lua-language-server/releases/latest | jq -r ".tag_name")
RELEASE_URL="https://github.com/LuaLS/lua-language-server/releases/download/$RELEASE_VERSION/lua-language-server-$RELEASE_VERSION-linux-x64.tar.gz"

View File

@ -1,4 +1,5 @@
#!/bin/bash -e
if [ ! -d ~/.config/nvim ]; then
ln -s $PWD ~/.config/nvim
fi