From 6f1806eaa472199ac07af8dc10b3eabe36a6c870 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Wed, 12 Jun 2019 17:48:07 -0500 Subject: [PATCH] Fix bug that caused script to fail --- browser/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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