From 3ae6d79d1a6ec15de16bb5f5a5d4896dfedf18aa Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:18:46 +0200 Subject: [PATCH] Update uninstall.sh --- uninstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index f917a16..80e5639 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -3,6 +3,6 @@ # Remove the geckodriver binary from /usr/bin sudo rm /usr/bin/geckodriver -v -# Uninstall tor2tor +# Uninstall facebook-downloader pip3 uninstall facebook-downloader -y -v -echo "Cleanup complete." \ No newline at end of file +echo "Cleanup complete."