Fix appimage build

This commit is contained in:
BeatLink 2019-06-23 23:33:59 -05:00
parent 47f54dc70d
commit bd3ef61536

View file

@ -25,6 +25,7 @@ apt update;
apt install sudo python python3 inkscape icnsutils wget fuse libfuse-dev kmod -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 depmod;
sudo modprobe fuse; sudo modprobe fuse;
printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n"; printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";