| 126 | | == Install the Linux engine == |
| 127 | | |
| 128 | | 1. Get the archive: |
| 129 | | {{{ |
| 130 | | wget -O linux_files.tar.gz http://illy.bz/fi/7dtd/linux_files.tar.gz |
| 131 | | }}} |
| 132 | | 1. Extract the files to /home/sdtd: |
| 133 | | {{{ |
| 134 | | tar --touch -xvzf linux_files.tar.gz -C /home/sdtd/ |
| 135 | | }}} |
| 136 | | 1. Update permissions: |
| 137 | | {{{ |
| 138 | | chown sdtd.sdtd -R /home/sdtd/linux_files |
| 139 | | chmod 0644 -R /home/sdtd/linux_files |
| 140 | | find /home/sdtd/linux_files -type d -exec chmod 0755 {} \; |
| 141 | | chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86 |
| 142 | | }}} |
| 143 | | |
| 144 | | |