Changeset 43 for bootstrapper
- Timestamp:
- Jun 2, 2014, 2:07:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r42 r43 59 59 echo "the website regarding the prerequisites" 60 60 echo "(https://7dtd.illy.bz)." 61 echo62 echo "Also make sure you have the 32 Bit version of libgcc installed!"63 61 echo 64 62 echo "Do you want to continue anyway?" … … 107 105 echo "WARNING: There probably is no 32 Bit version of ld-linux installed." 108 106 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!." 109 109 echo "Do you want to continue anyway?" 110 110 select yn in "Yes" "No"; do … … 123 123 if [ $? -ne 0 ]; then 124 124 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!" 125 127 echo "Do you want to continue anyway?" 126 128 select yn in "Yes" "No"; do
Note:
See TracChangeset
for help on using the changeset viewer.