From ad765ec7ac1559f8f6983c0be2306cfa0e3b5e96 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Sun, 23 Jun 2019 09:52:42 -0500 Subject: [PATCH] Fix appimage build --- browser/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browser/build.sh b/browser/build.sh index 38ce831..0286baa 100755 --- a/browser/build.sh +++ b/browser/build.sh @@ -24,6 +24,9 @@ printf "\nInstalling script dependencies\n"; apt update; apt install sudo python python3 inkscape icnsutils wget fuse libfuse-dev -y; +# Loads the FUSE kernel module +sudo modprobe fuse; + printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n"; printf "\nGenerating icons from $ICON_FOLDER and moving to $BRANDING_FOLDER\n";