Changes between Version 16 and Version 17 of Installation
- Timestamp:
- Oct 15, 2014, 9:39:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v16 v17 166 166 }}} 167 167 168 == Bash completion ==168 == Bash completion (Debian/Ubuntu) == 169 169 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. At least on Debian this was not the default for the user root so the following line has to be added to /root/.bashrc: 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. 171 171 172 {{{ 172 . /etc/bash_completion 173 if [ -f /etc/bash_completion ] && ! shopt -oq posix; then 174 . /etc/bash_completion 175 fi 173 176 }}} 174 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. 175 179 176 180 == Install the game ==