mirror of
https://github.com/bellingcat/facebook-downloader.git
synced 2026-06-07 19:18:31 +03:00
9 lines
190 B
Bash
9 lines
190 B
Bash
#!/bin/bash
|
|
|
|
# Remove the geckodriver binary from /usr/bin
|
|
sudo rm /usr/bin/geckodriver -v
|
|
|
|
# Uninstall facebook-downloader
|
|
pip3 uninstall facebook-downloader -y -v
|
|
echo "Cleanup complete."
|