Changeset 43 for bootstrapper


Ignore:
Timestamp:
Jun 2, 2014, 2:07:41 PM (10 years ago)
Author:
alloc
Message:

Minor bootstrapper changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r42 r43  
    5959                echo "the website regarding the prerequisites"
    6060                echo "(https://7dtd.illy.bz)."
    61                 echo
    62                 echo "Also make sure you have the 32 Bit version of libgcc installed!"
    6361                echo
    6462                echo "Do you want to continue anyway?"
     
    107105                echo "WARNING: There probably is no 32 Bit version of ld-linux installed."
    108106                echo "This is most probably part of a 32 Bit version of a glibc-package."
     107                echo
     108                echo "It will result in errors trying to run SteamCMD if this library is not available!."
    109109                echo "Do you want to continue anyway?"
    110110                select yn in "Yes" "No"; do
     
    123123        if [ $? -ne 0 ]; then
    124124                echo "WARNING: There probably is no 32 Bit version of libgcc installed."
     125                echo
     126                echo "It will result in errors trying to run SteamCMD if this library is not available!"
    125127                echo "Do you want to continue anyway?"
    126128                select yn in "Yes" "No"; do
Note: See TracChangeset for help on using the changeset viewer.