This file contains 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
# What a surprise, there is no official Runcloud uninstallation script for your server, | |
# you can see it at https: //runcloud.io/docs/guide/server-management/delete-server | |
# they say "To completely uninstall RunCloud, you must reformat your server. We do not have an uninstallation script." | |
#This script may help, no need to describe every step the echos say it all | |
#!/bin/bash | |
echo "Removing runcloud user from system" | |
sudo userdel -r runcloud |