Skip to content

Commit 34f12e3

Browse files
committed
fix: apt package fuse breaks login to system on new versions of debian/ubuntu
To read more about this view this [wiki](https://github.com/AppImage/AppImageKit/wiki/FUSE)
1 parent 6bf3d85 commit 34f12e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/neovim/setup.sh

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ install_dependencies() {
2121
# only begin installation if one of the dependencies are not met
2222
cmd_exists nvim && return
2323

24-
# install fuse to execute appimage files
25-
sudo add-apt-repository universe
26-
sudo apt-get install -y libfuse2 fuse
27-
2824
local -r NEOVIM_BIN="nvim.appimage"
2925
local -r NEOVIM_APPIMAGE_URL="https://github.com/neovim/neovim/releases/latest/download/$NEOVIM_BIN"
3026

0 commit comments

Comments
 (0)