From 4cbb7e0d745317c5ddb00caff1671a2b280161a0 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Sun, 16 Jul 2023 14:12:19 -0300 Subject: [PATCH] chore: add uninstall message --- scripts/uninstall.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/uninstall.sh b/scripts/uninstall.sh index baeee81..e7e796b 100755 --- a/scripts/uninstall.sh +++ b/scripts/uninstall.sh @@ -3,4 +3,6 @@ # Removing CLI sudo rm /usr/bin/gbc # Removing config directory -rm -rf $HOME/.config/gbc \ No newline at end of file +rm -rf $HOME/.config/gbc + +echo "gbc uninstalled successfully." \ No newline at end of file