diff --git a/install b/install index 5dd5e101..5534f115 100644 --- a/install +++ b/install @@ -372,3 +372,13 @@ else fi fi ee sync | tee -ai $EE_INSTALL_LOG + +echo +ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" +echo +ee_lib_echo_info "source /etc/bash_completion.d/ee_auto.rc" +echo +ee_lib_echo "EasyEngine (ee) installed successfully" +ee_lib_echo "EasyEngine (ee) help: http://docs.rtcamp.com/easyengine/" + + diff --git a/setup.py b/setup.py index 9c58ca4b..50ad4947 100644 --- a/setup.py +++ b/setup.py @@ -97,13 +97,3 @@ setup(name='ee', """, namespace_packages=[], ) - -print("""\033[94m -For EasyEngine (ee) auto completion, run the following command -\033[92m -source /etc/bash_completion.d/ee_auto.rc -\033[94m -EasyEngine (ee) installed successfully -EasyEngine (ee) help: http://docs.rtcamp.com/easyengine/ -\033[0m -""")