fix script

This commit is contained in:
BeatLink 2019-08-16 22:33:59 -05:00
parent ab7fc74bb5
commit 9e07791898

View file

@ -7,4 +7,4 @@ _DEPENDENCIES="mercurial wget";
# Installs Dependencies
printf "\nInstalling dependencies\n";
apt-get -qq update;
apt-get -qqy install $_DEPENDENCIES;
apt-get -qq install -y $_DEPENDENCIES;