From 3918ea213aa749b284d24930937becfb71435ddc Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 24 Sep 2014 18:26:02 +0530 Subject: [PATCH] Fixed Update Issue on Debian 6 --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 563b6879..e813e107 100644 --- a/bin/install +++ b/bin/install @@ -227,7 +227,7 @@ if [ -z "$GIT_USER_EMAIL" ];then fi # Add eeupdate command to /etc/bash.bashrc -echo -e "#EasyEngine Update Command\nalias eeupdate=\"wget -qO eeup http://rt.cx/eeup && sudo bash eeup\"" >> /etc/bash.bashrc +echo -e "#EasyEngine Update Command\nalias eeupdate=\"wget -qO eeup --no-check-certificate http://rt.cx/eeup && sudo bash eeup\"" >> /etc/bash.bashrc # Enable EasyEngine (ee) auto completion echo