aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbrowser/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/build.sh b/browser/build.sh
index c7cde02..dbd7daf 100755
--- a/browser/build.sh
+++ b/browser/build.sh
@@ -14,7 +14,7 @@ https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/boots
. $HOME/.cargo/env;
# Downloads further dependencies
-sudo apt install inkscape;
+sudo apt install inkscape -y;
# BUILD ###########################################################################################
# Creates and enters the folder where compiling will take place
bgstack15