add sudo install to build script
This commit is contained in:
parent
cc7e5ba698
commit
99da36d719
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ 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";
|
||||||
sudo apt update;
|
apt update;
|
||||||
sudo apt install python python3 inkscape wget -y;
|
apt install sudo python python3 inkscape wget -y;
|
||||||
|
|
||||||
printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";
|
printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue