Skip to content

Instantly share code, notes, and snippets.

@phantomic12
Created April 9, 2022 18:32
Show Gist options
  • Select an option

  • Save phantomic12/b9b081eb43f441631a3a3ecc8b6a1cbf to your computer and use it in GitHub Desktop.

Select an option

Save phantomic12/b9b081eb43f441631a3a3ecc8b6a1cbf to your computer and use it in GitHub Desktop.
ptero uninstall script
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