We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1e135 commit 1895956Copy full SHA for 1895956
install
@@ -220,7 +220,7 @@ if [ -f /usr/local/sbin/easyengine ]; then
220
if [[ $? -ne 0 ]]; then
221
ee_lib_echo "EasyEngine $old_ee_version not found on your system"
222
ee_lib_echo "Updating your EasyEngine to $old_ee_version for compability"
223
- 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
224
225
ee_lib_echo_info "Unbale to update EasyEngine2 to $old_ee_version"
226
exit 1
0 commit comments