Added setup scripts.

This commit is contained in:
Richard Mwewa
2023-10-12 06:57:32 +02:00
committed by GitHub
parent 79b21427b5
commit 1e5d166200
4 changed files with 70 additions and 0 deletions

8
uninstall.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Remove the geckodriver binary from /usr/bin
sudo rm /usr/bin/geckodriver -v
# Uninstall tor2tor
pip3 uninstall facebook-downloader -y -v
echo "Cleanup complete."