Changeset 31
- Timestamp:
- May 27, 2014, 12:54:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r30 r31 36 36 echo " -h Print this help screen and exit" 37 37 # 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" 39 39 echo " -i Required to actually start the installation" 40 40 } … … 125 125 make 126 126 make install 127 128 sed -ir "s/^export SSD=.*$/export SSD=\/usr\/local\/lib\/7dtd\/start-stop-daemon\/start-stop-daemon/" /etc/7dtd.conf 127 129 fi 128 130 echo -e "\n=============================================================\n\n" … … 172 174 echo -e " https://7dtd.illy.bz/wiki/Instance%20management" 173 175 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 174 179 echo -e "For further configuration options check:" 175 180 echo -e " /etc/7dtd.conf"
Note:
See TracChangeset
for help on using the changeset viewer.