Files
facebook-downloader/uninstall.sh
2023-10-12 06:57:32 +02:00

8 lines
177 B
Bash

#!/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."