Browse Source

Fixed Update Issue on Debian 6

old-stable
gau1991 10 years ago
parent
commit
a3bd700a86
  1. 2
      bin/install

2
bin/install

@ -227,7 +227,7 @@ if [ -z "$GIT_USER_EMAIL" ];then
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
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
echo

Loading…
Cancel
Save