Fix bug that caused script to fail
This commit is contained in:
parent
bc4e0a8b2a
commit
6f1806eaa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue