Index: bootstrapper/bootstrap.sh
===================================================================
--- bootstrapper/bootstrap.sh	(revision 65)
+++ bootstrapper/bootstrap.sh	(revision 204)
@@ -1,4 +1,4 @@
 #!/bin/bash
-VERSION=4
+VERSION=5
 
 if [ `id -u` -ne 0 ]; then
@@ -183,17 +183,4 @@
 }
 
-installLinuxEngine() {
-	echo -e "Downloading and installing Linux engine\n"
-	wget -nv http://illy.bz/fi/7dtd/linux_files.tar.gz -O /tmp/linux_files.tar.gz
-	tar --touch -xzf /tmp/linux_files.tar.gz -C /home/sdtd/
-
-	chown sdtd.sdtd -R /home/sdtd/linux_files
-	chmod 0644 -R /home/sdtd/linux_files
-	find /home/sdtd/linux_files -type d -exec chmod 0755 {} \;
-	chmod 0755 /home/sdtd/linux_files/engine/7DaysToDie.x86
-
-	echo -e "\n=============================================================\n\n"
-}
-
 setSteamLoginData() {
 	echo -e "Steam account data\n"
@@ -265,5 +252,4 @@
 	setupUser
 	installManagementScripts
-	installLinuxEngine
 	setSteamLoginData
 	installSteamCmdAndSDTD
