Changes between Version 17 and Version 18 of Installation
- Timestamp:
- Oct 15, 2014, 9:54:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v17 v18 16 16 === Debian based distribution === 17 17 18 If you want bash auto completion you should check if that is enabled for root by default. See section [[# Bashcompletion|Bash completion]].18 If you want bash auto completion you should check if that is enabled for root by default. See section [[#bash_completion|Bash completion]]. 19 19 20 20 === Other distributions === … … 166 166 }}} 167 167 168 == Bash completion (Debian/Ubuntu)==168 == ^(Debian/Ubuntu)^ [=#bash_completion Bash Completion] == 169 169 170 170 If 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. … … 176 176 }}} 177 177 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 180 178 == Install the game == 181 179 … … 184 182 This 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. 185 183 186 == (Optional)Enable cron job for backups ==184 == ^(Optional)^ Enable cron job for backups == 187 185 188 186 If you want the system to automatically backup the instance configurations and game saves edit the file ''/etc/cron.d/7dtd-backup'': … … 198 196 199 197 You 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.