From e7ae9a675738ea4c8dfa99a56ed73b30c4f65ca7 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 18:52:51 -0600 Subject: [PATCH] awooo --- uninstall.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 3595f1a..cc04a5a 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,5 +1,7 @@ #!/bin/bash -rm -rf ~/esp/esp-idf -rm -rf ~/esp/esp-dev-kits -rm -rf ~/.espressif +echo STARTING UNINSTALLATION +rm -rf ~/esp/esp-idf 2>/dev/null +rm -rf ~/esp/esp-dev-kits 2>/dev/null +rm -rf ~/.espressif 2>/dev/null +echo DONE # handle removing aliases from ~/.bashrc \ No newline at end of file