aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 789647a..55c187f 100755
--- a/install.sh
+++ b/install.sh
@@ -103,6 +103,7 @@ do
printf "\t Not found!"
if [ "$packageManager" != "" ]
then
+ printf "\t Attempting installation..."
$sudoBin $packageManager $installCommand $dontAskFlag $dep 1> /dev/null 2>&1
if [ $? -ne 0 ]
then