This commit is contained in:
BeatLink 2019-07-15 04:10:36 -05:00
parent a46a084fba
commit 4ddc3daacb

View file

@ -32,7 +32,7 @@ printf "\n\n-------------------------------------- PREBUILD --------------------
# Installs some needed dependencies
printf "\nInstalling script dependencies\n";
apt update;
apt install python python3 inkscape icnsutils wget software-properties-common-y;
apt install python python3 inkscape icnsutils wget software-properties-common -y;
# Downloads and runs bootstrapper to install more dependencies.
printf "\nRunning bootstrapper to install build dependencies\n";