Skip to content

Commit 04c515e

Browse files
author
gau1991
committed
Removed ee update code from bash.bashrc
1 parent 1db8440 commit 04c515e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

bin/install

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
227227
fi
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
233230
echo
234231
ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_INSTALL_LOG

bin/update

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)