| | 1 | '''Draft''' |
| | 2 | |
| | 3 | This page will describe how you can completely remove the stuff installed when you followed the install guide or used the bootstrapper. |
| | 4 | |
| | 5 | == Removing files == |
| | 6 | |
| | 7 | First of all you obviously have to delete all files. These are: |
| | 8 | * /etc/7dtd.conf |
| | 9 | * /etc/bash_completion.d/7dtd |
| | 10 | * /etc/cron.d/7dtd-backup |
| | 11 | * /etc/init.d/7dtd.sh |
| | 12 | * /home/sdtd/ |
| | 13 | * /usr/local/bin/7dtd.sh |
| | 14 | * /usr/local/lib/7dtd/ |
| | 15 | * /root/Steam/ (only if you used Steam/SteamCMD only for 7dtd on this machine!) |
| | 16 | |
| | 17 | '''Do not forget to make a copy of the save game if you want to keep it!''' |
| | 18 | |
| | 19 | |
| | 20 | == Remove user == |
| | 21 | |
| | 22 | We created a user and group ''sdtd'', so remove it: |
| | 23 | {{{ |
| | 24 | userdel sdtd |
| | 25 | groupdel sdtd |
| | 26 | }}} |
| | 27 | |
| | 28 | == Done == |