From 8932958ad13be52490d8405bfb067a27e40086b6 Mon Sep 17 00:00:00 2001 From: Jatin Goyal Date: Sun, 8 Jun 2025 21:00:03 +0530 Subject: [PATCH] Skip confirmation prompt on Typora uninstallation like for other packages --- uninstall/app-typora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall/app-typora.sh b/uninstall/app-typora.sh index a79c9f4d8..ef9d227dc 100644 --- a/uninstall/app-typora.sh +++ b/uninstall/app-typora.sh @@ -1,2 +1,2 @@ -sudo apt remove typora +sudo apt remove typora -y rm -rf ~/.config/Typora