Browse Source

Fix issue 503 sub-issue no 3

bugfixes
Mitesh Shah 10 years ago
parent
commit
b5444555a4
  1. 10
      install
  2. 10
      setup.py

10
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/"

10
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
""")

Loading…
Cancel
Save