Skip to content

Commit 79705a8

Browse files
committed
Update nvim download
1 parent 3a5061f commit 79705a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sudo apt install -y \
2828
zsh \
2929

3030
if ! _has nvim; then
31-
wget https://github.com/neovim/neovim/releases/download/stable/nvim.appimage
31+
wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage -O nvim.appimage
3232
chmod +x nvim.appimage
3333
./nvim.appimage --appimage-extract
3434
sudo mv squashfs-root /usr/local/bin/nvim-squashfs-root

0 commit comments

Comments
 (0)