Changeset 31


Ignore:
Timestamp:
May 27, 2014, 12:54:27 PM (10 years ago)
Author:
alloc
Message:

Bootstrapper v1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r30 r31  
    3636        echo "  -h   Print this help screen and exit"
    3737#       echo "  -o   Install optional dependencies ($OPTDEPENDENCIES)"
    38         echo "  -c   Add cron jobs for save backups and memory checking"
     38        echo "  -c   Enable cron job for automatic backups"
    3939        echo "  -i   Required to actually start the installation"
    4040}
     
    125125                make
    126126                make install
     127
     128                sed -ir "s/^export SSD=.*$/export SSD=\/usr\/local\/lib\/7dtd\/start-stop-daemon\/start-stop-daemon/" /etc/7dtd.conf
    127129        fi
    128130        echo -e "\n=============================================================\n\n"
     
    172174        echo -e "  https://7dtd.illy.bz/wiki/Instance%20management"
    173175        echo
     176        echo -e "You might also need to manually enable bash auto completion, refer to:"
     177        echo -e "  https://7dtd.illy.bz/wiki/Installation#Bashcompletion"
     178        echo
    174179        echo -e "For further configuration options check:"
    175180        echo -e "  /etc/7dtd.conf"
Note: See TracChangeset for help on using the changeset viewer.