Skip to content

Commit fe14a66

Browse files
committed
Fix nvim install in ubuntu.sh
1 parent 017b830 commit fe14a66

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
@@ -32,7 +32,7 @@ if ! _has nvim; then
3232
chmod +x nvim.appimage
3333
./nvim.appimage --appimage-extract
3434
sudo mv squashfs-root /usr/local/bin/nvim-squashfs-root
35-
sudo ln -s /usr/local/bin/squashfs-root/AppRun /usr/local/bin/nvim
35+
sudo ln -s /usr/local/bin/nvim-squashfs-root/AppRun /usr/local/bin/nvim
3636
rm nvim.appimage
3737
fi
3838

0 commit comments

Comments
 (0)