From 9ec1992929c3b615dfea7d5bbf711d4f4021f342 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sun, 28 Apr 2019 13:06:19 +0200 Subject: [PATCH] Remove mirror selection Some Debian mirrors have not been synced correctly, disable automatic mirror selection for now. --- iso/installer/install.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index b1291d8a..f6368996 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -277,21 +277,21 @@ function fuCHECKNET { # Install T-Pot dependencies function fuGET_DEPS { export DEBIAN_FRONTEND=noninteractive - # Determine fastest mirror - echo - echo "### Determine fastest mirror for your location." - echo - netselect-apt -n -a amd64 unstable && cp sources.list /etc/apt/ - mySOURCESCHECK=$(cat /etc/apt/sources.list | grep -c unstable) - if [ "$mySOURCESCHECK" == "0" ] - then - echo "### Automatic mirror selection failed, using main mirror." - # Point to Debian (Sid, unstable) - tee /etc/apt/sources.list <