Index: /bootstrapper/bootstrap.sh
===================================================================
--- /bootstrapper/bootstrap.sh	(revision 42)
+++ /bootstrapper/bootstrap.sh	(revision 43)
@@ -59,6 +59,4 @@
 		echo "the website regarding the prerequisites"
 		echo "(https://7dtd.illy.bz)."
-		echo
-		echo "Also make sure you have the 32 Bit version of libgcc installed!"
 		echo
 		echo "Do you want to continue anyway?"
@@ -107,4 +105,6 @@
 		echo "WARNING: There probably is no 32 Bit version of ld-linux installed."
 		echo "This is most probably part of a 32 Bit version of a glibc-package."
+		echo
+		echo "It will result in errors trying to run SteamCMD if this library is not available!."
 		echo "Do you want to continue anyway?"
 		select yn in "Yes" "No"; do
@@ -123,4 +123,6 @@
 	if [ $? -ne 0 ]; then
 		echo "WARNING: There probably is no 32 Bit version of libgcc installed."
+		echo
+		echo "It will result in errors trying to run SteamCMD if this library is not available!"
 		echo "Do you want to continue anyway?"
 		select yn in "Yes" "No"; do
