From 04c515e4d7ded75f2eb6acb5710b39ba65b927c2 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Mon, 13 Oct 2014 15:21:26 +0530 Subject: [PATCH] Removed ee update code from bash.bashrc --- bin/install | 3 --- bin/update | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/bin/install b/bin/install index 8ff84d53..5238f341 100644 --- a/bin/install +++ b/bin/install @@ -226,9 +226,6 @@ if [ -z "$GIT_USER_EMAIL" ];then echo "git config user.email = $(git config user.email)" &>> $EE_INSTALL_LOG fi -# Add eeupdate command to /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 ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_INSTALL_LOG diff --git a/bin/update b/bin/update index 6a2c781b..ac9c212a 100644 --- a/bin/update +++ b/bin/update @@ -492,10 +492,7 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then sed -i "s/a8b7c6d/$ee_random/" /var/www/22222/htdocs/db/pma/config.inc.php \ || ee_lib_error "Unable to setup phpMyAdmin, exit status = " $? fi - - # Add eeupdate command to 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 - + # Update EasyEngine current version EE_CURRENT_VERSION="2.2.0" fi