From 1358e2167b4ae557122ff8dbbe8ebe03ccc34147 Mon Sep 17 00:00:00 2001 From: Mac Date: Sun, 2 Feb 2020 18:55:34 +0100 Subject: [PATCH] Removed automatic change of the mirror because it's too unreliable. --- linux_mint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux_mint.sh b/linux_mint.sh index c647a49..5018914 100755 --- a/linux_mint.sh +++ b/linux_mint.sh @@ -137,9 +137,6 @@ DPKG e "Automatische Installation empfohlener Pakete aktivieren ..." sed -i 's/false/true/g' /etc/apt/apt.conf.d/00recommends - e "Besten Spiegelserver für '${script_distro}' auswählen ..." - mint-switch-to-local-mirror - e "Paketquellen aktualisieren ..." apt update --yes --quiet