Changes between Version 17 and Version 18 of Installation


Ignore:
Timestamp:
15.10.2014 09:54:31 (10 years ago)
Author:
battleborn
Comment:

Fixed my own mistake, should have tested before publishing.

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v17 v18  
    1616=== Debian based distribution ===
    1717
    18 If you want bash auto completion you should check if that is enabled for root by default. See section [[#Bashcompletion|Bash completion]].
     18If you want bash auto completion you should check if that is enabled for root by default. See section [[#bash_completion|Bash completion]].
    1919
    2020=== Other distributions ===
     
    166166}}}
    167167
    168 == Bash completion (Debian/Ubuntu) ==
     168== ^(Debian/Ubuntu)^ [=#bash_completion Bash Completion] ==
    169169
    170170If you want to use auto completion for the scripts (i.e. pressing <TAB> to complete the current parameter, <TAB><TAB> to get a list of valid things in the current location) you have to enable Bash completion. For root add, or if you're on Ubuntu just un-comment(delete the #'s) at the bottom, the following 3 lines. This is unnecessary if you enable it in /etc/bash.bashrc and /etc/profile.
     
    176176}}}
    177177
    178 Update 15OCT2014 by Battleborn: Updated information for Ubuntu/Debian and made the script proper in case some dunce somehow effed or customized his distribution.
    179 
    180178== Install the game ==
    181179
     
    184182This command will download and install SteamCMD to the ''SDTD_BASE/steamcmd'' and afterwards download 7DtD itself. You can later on always run this command again to update the 7DtD files if there is an update on Steam.
    185183
    186 == (Optional) Enable cron job for backups ==
     184== ^(Optional)^ Enable cron job for backups ==
    187185
    188186If you want the system to automatically backup the instance configurations and game saves edit the file ''/etc/cron.d/7dtd-backup'':
     
    198196
    199197You can now continue and [[Instance management|setup instances]]...
     198
     199== Update Log ==
     200
     201 * 15OCT2014 by Battleborn
     202    * Updated bash completion; script additions handle effed/custom distributions.
     203    * Minor aesthetic changes.