Browse Source

Removed ee update code from bash.bashrc

old-stable
gau1991 10 years ago
parent
commit
04c515e4d7
  1. 3
      bin/install
  2. 3
      bin/update

3
bin/install

@ -226,9 +226,6 @@ if [ -z "$GIT_USER_EMAIL" ];then
echo "git config user.email = $(git config user.email)" &>> $EE_INSTALL_LOG echo "git config user.email = $(git config user.email)" &>> $EE_INSTALL_LOG
fi 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 # Enable EasyEngine (ee) auto completion
echo echo
ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_INSTALL_LOG ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_INSTALL_LOG

3
bin/update

@ -493,9 +493,6 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
|| ee_lib_error "Unable to setup phpMyAdmin, exit status = " $? || ee_lib_error "Unable to setup phpMyAdmin, exit status = " $?
fi 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 # Update EasyEngine current version
EE_CURRENT_VERSION="2.2.0" EE_CURRENT_VERSION="2.2.0"
fi fi

Loading…
Cancel
Save