Fix appimage build
This commit is contained in:
parent
47f54dc70d
commit
bd3ef61536
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue