fix script

This commit is contained in:
BeatLink 2019-08-16 22:34:30 -05:00
parent 9e07791898
commit db1388896c

View file

@ -5,6 +5,6 @@ printf "\n\n-------------------------------------- DEPENDENCY INSTALLATION -----
_DEPENDENCIES="mercurial wget"; _DEPENDENCIES="mercurial wget";
# Installs Dependencies # Installs Dependencies
printf "\nInstalling dependencies\n"; printf "\nInstalling dependencies: $_DEPENDENCIES\n";
apt-get -qq update; apt-get -qq update;
apt-get -qq install -y $_DEPENDENCIES; apt-get -qq install -y $_DEPENDENCIES;