Created
April 9, 2022 18:32
-
-
Save phantomic12/b9b081eb43f441631a3a3ecc8b6a1cbf to your computer and use it in GitHub Desktop.
ptero uninstall script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo systemctl stop wings | |
| sudo rm -rf /var/lib/pterodactyl | |
| sudo rm -rf /etc/pterodactyl | |
| sudo rm /usr/local/bin/wings | |
| sudo rm /etc/systemd/system/wings.service | |
| sudo systemctl stop nginx | |
| sudo apt purge nginx nginx-common | |
| sudo apt autoremove | |
| sudo systemctl stop apache2 | |
| sudo apt purge apache2 | |
| sudo apt autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment