Browse Source

rename files

old-stable
Mitesh Shah 11 years ago
parent
commit
bd2f4282a9
  1. 2
      .travis.yml
  2. 8
      bin/easyengine
  3. 0
      bin/install
  4. 0
      bin/update

2
.travis.yml

@ -21,7 +21,7 @@ before_script:
script:
- sudo echo -e "[user]\n\tname = Mitesh Shah\n\temail = root@localhost.com" > ~/.gitconfig
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo bash bin/install.sh $TRAVIS_BRANCH
- sudo bash bin/install $TRAVIS_BRANCH
- sudo ee stack install

8
bin/easyengine

@ -568,8 +568,12 @@ elif [ "$EE_FIRST" = "debug" ]; then
fi
elif [ "$EE_FIRST" = "update" ]; then
ee_lib_echo "Please set following alias in your .bashrc"
echo "alias eeupdate=\"wget -qO /tmp/eeupdate https://raw.githubusercontent.com/rtCamp/easyengine/refactor/bin/eeupdate && sudo bash /tmp/eeupdate\"" | tee -ai ~/.bashrc
alias eeupdate="wget -qO /tmp/eeupdate https://raw.githubusercontent.com/rtCamp/easyengine/refactor/bin/eeupdate && sudo bash /tmp/eeupdate"
alias | grep eeupdate &>> $EE_COMMAND_LOG
if [ $? -ne 0 ]; then
echo "alias eeupdate=\"wget -qO /tmp/eeupdate https://raw.githubusercontent.com/rtCamp/easyengine/refactor/bin/eeupdate && sudo bash /tmp/eeupdate\""
fi
else
ee_lib_echo "EasyEngine (ee) commands:"
ee_lib_echo_escape "\tversion\tDisplay EasyEngine (ee) version"

0
bin/install.sh → bin/install

0
bin/eeupdate → bin/update

Loading…
Cancel
Save