From 4f615233c7fe9ecd56e51bdca1cd3291347f0277 Mon Sep 17 00:00:00 2001 From: Jacob Schantli Date: Wed, 25 Mar 2026 16:11:11 -0700 Subject: [PATCH] Appimage support Added fuse and fuse-libs to the DNF packages to support appimages. --- postinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postinstall.sh b/postinstall.sh index 0bc932a..623740f 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -26,6 +26,8 @@ DNF_PACKAGES=( "git" "fzf" "syncthing" + "fuse" + "fuse-libs" ) FLATPAK_PACKAGES=(