fix appimage build

This commit is contained in:
BeatLink 2019-06-23 14:05:21 -05:00
parent 634710ed59
commit 47f54dc70d

View file

@ -22,7 +22,7 @@ printf "APPIMAGE_RESOURCE_FOLDER: $APPIMAGE_RESOURCE_FOLDER\n";
# Installs some needed dependencies # Installs some needed dependencies
printf "\nInstalling script dependencies\n"; printf "\nInstalling script dependencies\n";
apt update; apt update;
apt install sudo python python3 inkscape icnsutils wget fuse libfuse-dev -y; apt install sudo python python3 inkscape icnsutils wget fuse libfuse-dev kmod -y;
# Loads the FUSE kernel module # Loads the FUSE kernel module
sudo modprobe fuse; sudo modprobe fuse;