From bd3ef61536ca3c89aae65e04dfe18386e01bd139 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Sun, 23 Jun 2019 23:33:59 -0500 Subject: [PATCH] Fix appimage build --- browser/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/build.sh b/browser/build.sh index 6df8b71..ea3ca00 100755 --- a/browser/build.sh +++ b/browser/build.sh @@ -25,6 +25,7 @@ apt update; apt install sudo python python3 inkscape icnsutils wget fuse libfuse-dev kmod -y; # Loads the FUSE kernel module +sudo depmod; sudo modprobe fuse; printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";