Remove repo if auto installed from install.bash

This commit is contained in:
Price Hiller 2021-12-26 00:35:13 -06:00
parent 1f6f2765b6
commit 0af56408e2

View File

@ -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"