fix dependency install command
This commit is contained in:
parent
059b3a0aec
commit
57e8dc5971
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -y;
|
apt install sudo python python3 inkscape icnsutils wget fuse libfuse-dev -y;
|
||||||
|
|
||||||
printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";
|
printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue