diff options
-rwxr-xr-x | browser/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |