From 3b8edfbae4e0f8f556e2102a6205abf13ac30415 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 24 Sep 2014 17:48:25 +0530 Subject: [PATCH] Fixes #307 --- bin/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/install b/bin/install index 51ae6944..298129ef 100644 --- a/bin/install +++ b/bin/install @@ -226,6 +226,9 @@ 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 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