From 44c3b6c5acdd4ed169e43a7305ee9eb59c2e6873 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 30 Jan 2025 19:26:58 -0600 Subject: [PATCH] fix: neovim tar name --- neovim/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lure.sh b/neovim/lure.sh index ed4647d..971b073 100644 --- a/neovim/lure.sh +++ b/neovim/lure.sh @@ -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 .