From a94cfa4c3c9dcb250aec37f06f8e3cc71298da19 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Thu, 8 Jun 2023 09:16:14 +0200 Subject: [PATCH] vimwiki: dth @ DK023900WSL --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4f08762..2166386 100755 --- a/install.sh +++ b/install.sh @@ -50,6 +50,6 @@ echo >&2 "=====================================================================" echo >&2 " >> installing nvim" # curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage NVIM_VERSION=0.9.0 -curl -LO https://github.com/neovim/neovim/releases/tag/v{NVIM_VERSION}/download/nvim.appimage +curl -LO https://github.com/neovim/neovim/releases/tag/v${NVIM_VERSION}/download/nvim.appimage chmod u+x nvim.appimage ./nvim.appimage