From 1895956e0f74ac2fd1c7baba48e9f5af190a87c4 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 11 Feb 2015 11:38:39 +0530 Subject: [PATCH] EE 3.0 --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 8f0046bd..9cd185a0 100644 --- a/install +++ b/install @@ -220,7 +220,7 @@ if [ -f /usr/local/sbin/easyengine ]; then if [[ $? -ne 0 ]]; then ee_lib_echo "EasyEngine $old_ee_version not found on your system" ee_lib_echo "Updating your EasyEngine to $old_ee_version for compability" - wget https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update + wget -q https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update if [[ $? -ne 0 ]]; then ee_lib_echo_info "Unbale to update EasyEngine2 to $old_ee_version" exit 1