Remove repo if auto installed from install.bash
This commit is contained in:
parent
1f6f2765b6
commit
0af56408e2
@ -56,6 +56,9 @@ echo "export PATH=\${PATH}:/usr/local/bin" >> "${SDTD_USER_HOME}/.bash_profile"
|
||||
# Ensure the completions are being sourced
|
||||
echo "source ~/.bin/7D2D-Manage-Completion" >> "${SDTD_USER_HOME}/.bash_profile"
|
||||
|
||||
echo "Cleaning up ${GIT_DIR}"
|
||||
rm -rf "${GIT_DIR}"
|
||||
|
||||
echo "Finished with installation."
|
||||
echo "To try it out as the user paste the following:"
|
||||
echo "su ${SDTD_USER_NAME} && cd ${HOME} && source .bash_profile && 7D2D-Manage -h"
|
||||
|
Loading…
Reference in New Issue
Block a user