Changeset 204 for bootstrapper
- Timestamp:
- Nov 22, 2014, 10:55:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r65 r204 1 1 #!/bin/bash 2 VERSION= 42 VERSION=5 3 3 4 4 if [ `id -u` -ne 0 ]; then … … 183 183 } 184 184 185 installLinuxEngine() {186 echo -e "Downloading and installing Linux engine\n"187 wget -nv http://illy.bz/fi/7dtd/linux_files.tar.gz -O /tmp/linux_files.tar.gz188 tar --touch -xzf /tmp/linux_files.tar.gz -C /home/sdtd/189 190 chown sdtd.sdtd -R /home/sdtd/linux_files191 chmod 0644 -R /home/sdtd/linux_files192 find /home/sdtd/linux_files -type d -exec chmod 0755 {} \;193 chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86194 195 echo -e "\n=============================================================\n\n"196 }197 198 185 setSteamLoginData() { 199 186 echo -e "Steam account data\n" … … 265 252 setupUser 266 253 installManagementScripts 267 installLinuxEngine268 254 setSteamLoginData 269 255 installSteamCmdAndSDTD
Note:
See TracChangeset
for help on using the changeset viewer.