From d0627a25c0d4e2e746615922681762906679d09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Gunnarsson?= Date: Fri, 14 Jun 2024 11:27:22 +0000 Subject: [PATCH] Update app-typora.sh Update remove statement. --- 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 05bc045..a79c9f4 100644 --- a/uninstall/app-typora.sh +++ b/uninstall/app-typora.sh @@ -1,2 +1,2 @@ sudo apt remove typora -rm ~/.config/Typora +rm -rf ~/.config/Typora