mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-06 22:26:33 +02:00
Fixed Uninstall Messages
This commit is contained in:
@@ -14,8 +14,9 @@ main () {
|
|||||||
function UninstallQ() {
|
function UninstallQ() {
|
||||||
|
|
||||||
if [ "$1" == "-rm" ] || [ "$1" == "--rm" ]; then
|
if [ "$1" == "-rm" ] || [ "$1" == "--rm" ]; then
|
||||||
echo "TODO Write something to unintsall"
|
echo "Removing with Stow"
|
||||||
Install_tools "D"
|
Install_tools "D"
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user