Changeset 204 for bootstrapper


Ignore:
Timestamp:
Nov 22, 2014, 10:55:28 PM (10 years ago)
Author:
alloc
Message:

Scripts 63

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r65 r204  
    11#!/bin/bash
    2 VERSION=4
     2VERSION=5
    33
    44if [ `id -u` -ne 0 ]; then
     
    183183}
    184184
    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.gz
    188         tar --touch -xzf /tmp/linux_files.tar.gz -C /home/sdtd/
    189 
    190         chown sdtd.sdtd -R /home/sdtd/linux_files
    191         chmod 0644 -R /home/sdtd/linux_files
    192         find /home/sdtd/linux_files -type d -exec chmod 0755 {} \;
    193         chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
    194 
    195         echo -e "\n=============================================================\n\n"
    196 }
    197 
    198185setSteamLoginData() {
    199186        echo -e "Steam account data\n"
     
    265252        setupUser
    266253        installManagementScripts
    267         installLinuxEngine
    268254        setSteamLoginData
    269255        installSteamCmdAndSDTD
Note: See TracChangeset for help on using the changeset viewer.