From db1388896c70f2b0df1cf1df0852ae0720f5f140 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Fri, 16 Aug 2019 22:34:30 -0500 Subject: [PATCH] fix script --- binary_tarball/scripts/1_Install_Dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary_tarball/scripts/1_Install_Dependencies.sh b/binary_tarball/scripts/1_Install_Dependencies.sh index a5367bb..2c1ac18 100755 --- a/binary_tarball/scripts/1_Install_Dependencies.sh +++ b/binary_tarball/scripts/1_Install_Dependencies.sh @@ -5,6 +5,6 @@ printf "\n\n-------------------------------------- DEPENDENCY INSTALLATION ----- _DEPENDENCIES="mercurial wget"; # Installs Dependencies -printf "\nInstalling dependencies\n"; +printf "\nInstalling dependencies: $_DEPENDENCIES\n"; apt-get -qq update; apt-get -qq install -y $_DEPENDENCIES;