We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5061f commit 79705a8Copy full SHA for 79705a8
scripts/ubuntu.sh
@@ -28,7 +28,7 @@ sudo apt install -y \
28
zsh \
29
30
if ! _has nvim; then
31
- wget https://github.com/neovim/neovim/releases/download/stable/nvim.appimage
+ wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage -O nvim.appimage
32
chmod +x nvim.appimage
33
./nvim.appimage --appimage-extract
34
sudo mv squashfs-root /usr/local/bin/nvim-squashfs-root
0 commit comments