mirror of
https://github.com/bellingcat/facebook-downloader.git
synced 2026-06-08 03:28:31 +03:00
Added setup scripts.
This commit is contained in:
8
uninstall.sh
Normal file
8
uninstall.sh
Normal 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."
|
||||
Reference in New Issue
Block a user