Skip to content

Commit

Permalink
fix: update neovim nightly url
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpz committed Jan 29, 2025
1 parent 6c965a2 commit fa063e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-devtools
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tar -xf "$tarball_name"
mv ./zls /usr/local/bin

tarball_name="nvim.tar.gz"
curl -fLo "$tarball_name" https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
curl -fLo "$tarball_name" https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
tar -xz --no-same-owner --no-same-permissions -f "$tarball_name"
cd nvim-linux64
cd nvim-linux-x86_64
cp -r bin lib share /usr/

0 comments on commit fa063e0

Please sign in to comment.