fix flatpak build
This commit is contained in:
parent
78a8e31956
commit
a46a084fba
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ printf "\n\n-------------------------------------- PREBUILD --------------------
|
||||||
# Installs some needed dependencies
|
# Installs some needed dependencies
|
||||||
printf "\nInstalling script dependencies\n";
|
printf "\nInstalling script dependencies\n";
|
||||||
apt update;
|
apt update;
|
||||||
apt install python python3 inkscape icnsutils wget -y;
|
apt install python python3 inkscape icnsutils wget software-properties-common-y;
|
||||||
|
|
||||||
# Downloads and runs bootstrapper to install more dependencies.
|
# Downloads and runs bootstrapper to install more dependencies.
|
||||||
printf "\nRunning bootstrapper to install build dependencies\n";
|
printf "\nRunning bootstrapper to install build dependencies\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue