fix: neovim tar name

This commit is contained in:
Sayantan Santra 2025-01-30 19:26:58 -06:00
parent 0fd3ec64e7
commit 44c3b6c5ac
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -20,7 +20,7 @@ version() {
package() {
# Pull sources
echo "Pulling ${name} ${version}"
curl -L "https://github.com/${git_repo}/releases/latest/download/nvim-linux64.tar.gz" -o ${name}.tar.gz
curl -L "https://github.com/${git_repo}/releases/latest/download/nvim-linux-x86_64.tar.gz" -o ${name}.tar.gz
# Build package
echo "Creating the package"
tar -xzf "${name}.tar.gz" -C .