File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,6 @@ if [ -z "$GIT_USER_EMAIL" ];then
226226 echo " git config user.email = $( git config user.email) " & >> $EE_INSTALL_LOG
227227fi
228228
229- # Add eeupdate command to /etc/bash.bashrc
230- echo -e " #EasyEngine Update Command\nalias eeupdate=\" wget -qO eeup --no-check-certificate http://rt.cx/eeup && sudo bash eeup\" " >> /etc/bash.bashrc
231-
232229# Enable EasyEngine (ee) auto completion
233230echo
234231ee_lib_echo " For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_INSTALL_LOG
Original file line number Diff line number Diff line change @@ -492,10 +492,7 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
492492 sed -i " s/a8b7c6d/$ee_random /" /var/www/22222/htdocs/db/pma/config.inc.php \
493493 || ee_lib_error " Unable to setup phpMyAdmin, exit status = " $?
494494 fi
495-
496- # Add eeupdate command to bash.bashrc
497- echo -e " #EasyEngine Update Command\nalias eeupdate=\" wget -qO eeup --no-check-certificate http://rt.cx/eeup && sudo bash eeup\" " >> /etc/bash.bashrc
498-
495+
499496 # Update EasyEngine current version
500497 EE_CURRENT_VERSION=" 2.2.0"
501498 fi
You can’t perform that action at this time.
0 commit comments