Fix bug that caused script to fail

This commit is contained in:
BeatLink 2019-06-12 17:48:07 -05:00
parent bc4e0a8b2a
commit 6f1806eaa4

View file

@ -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