mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-10 16:14:02 +02:00
Fixed Uninstall Messages
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user