From f9241615d222d4009c9491c8469969168b7c605c Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 11 Aug 2015 17:23:21 +0200 Subject: [PATCH] use ubuntu server 14.04.3 --- installer/install2.sh | 6 +++--- makeiso.sh | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/installer/install2.sh b/installer/install2.sh index 6711e39a..186fba22 100755 --- a/installer/install2.sh +++ b/installer/install2.sh @@ -73,7 +73,7 @@ EOF # Let's load docker images from remote fuECHO "### Downloading docker images from DockerHub. Please be patient, this may take a while." -for name in $(cat /root/tpotce/data/images.conf) +for name in $(cat /root/tpotce/data/images.conf) do docker pull dtagdevsec/$name done @@ -86,7 +86,7 @@ APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "7"; EOF -# Let's wait no longer for network than 60 seconds +# Let's wait no longer for network than 60 seconds fuECHO "### Wait no longer for network than 60 seconds." sed -i.bak 's#sleep 60#sleep 30#' /etc/init/failsafe.conf @@ -108,7 +108,7 @@ tee -a /etc/crontab <