Changes between Initial Version and Version 1 of Uninstall


Ignore:
Timestamp:
21.06.2014 11:57:15 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Uninstall

    v1 v1  
     1'''Draft'''
     2
     3This 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
     7First 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
     22We created a user and group ''sdtd'', so remove it:
     23{{{
     24userdel sdtd
     25groupdel sdtd
     26}}}
     27
     28== Done ==