Fix Linux Neovim install URL
This commit is contained in:
@@ -17,7 +17,7 @@ if [[ "$OS" == "darwin" ]]; then
|
|||||||
|
|
||||||
elif [[ "$OS" == "linux" ]]; then
|
elif [[ "$OS" == "linux" ]]; then
|
||||||
# Linux installation
|
# Linux installation
|
||||||
nightly_url="https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage"
|
nightly_url="https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-${ARCH}.appimage"
|
||||||
install_dir="~/.local/bin"
|
install_dir="~/.local/bin"
|
||||||
|
|
||||||
mkdir -p "${install_dir/#\~/$HOME}"
|
mkdir -p "${install_dir/#\~/$HOME}"
|
||||||
|
|||||||
Reference in New Issue
Block a user