diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ci-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-install.sh b/scripts/ci-install.sh index cd33354d1..5ab8887de 100755 --- a/scripts/ci-install.sh +++ b/scripts/ci-install.sh @@ -3,7 +3,7 @@ set -e os=$(uname -s) -if [[ $os == Linux ]] then +if [[ $os == Linux ]]; then wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux-x86_64.tar.gz tar -zxf nvim-linux-x86_64.tar.gz sudo ln -s "$PWD"/nvim-linux-x86_64/bin/nvim /usr/local/bin |
