fix script
This commit is contained in:
parent
ab7fc74bb5
commit
9e07791898
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ _DEPENDENCIES="mercurial wget";
|
||||||
# Installs Dependencies
|
# Installs Dependencies
|
||||||
printf "\nInstalling dependencies\n";
|
printf "\nInstalling dependencies\n";
|
||||||
apt-get -qq update;
|
apt-get -qq update;
|
||||||
apt-get -qqy install $_DEPENDENCIES;
|
apt-get -qq install -y $_DEPENDENCIES;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue