Browse Source

EE 3.0

bugfixes
gau1991 10 years ago
parent
commit
1895956e0f
  1. 2
      install

2
install

@ -220,7 +220,7 @@ if [ -f /usr/local/sbin/easyengine ]; then
if [[ $? -ne 0 ]]; then
ee_lib_echo "EasyEngine $old_ee_version not found on your system"
ee_lib_echo "Updating your EasyEngine to $old_ee_version for compability"
wget https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update
wget -q https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update
if [[ $? -ne 0 ]]; then
ee_lib_echo_info "Unbale to update EasyEngine2 to $old_ee_version"
exit 1

Loading…
Cancel
Save