1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 02:01:50 +02:00

Fixed Uninstall Messages

This commit is contained in:
ryangreenup 2020-07-12 21:54:41 +10:00
parent b851d2a32e
commit a47faa1fee

View File

@ -14,8 +14,9 @@ main () {
function UninstallQ() {
if [ "$1" == "-rm" ] || [ "$1" == "--rm" ]; then
echo "TODO Write something to unintsall"
echo "Removing with Stow"
Install_tools "D"
exit 0
fi
}