From c215910d062e3d94089a13d59d18abacfbc82340 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 12 Feb 2019 12:24:42 +0100 Subject: [PATCH] debian unstable --- iso/installer/install.sh | 23 ++++++++++++++--------- iso/preseed/tpot.seed | 5 +++-- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 01a999ec..656eed9c 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -7,7 +7,7 @@ myLSB=$(lsb_release -r | awk '{ print $2 }') myLSB_STABLE_SUPPORTED="9.6" -myLSB_TESTING_SUPPORTED="testing" +myLSB_TESTING_SUPPORTED="unstable" myINFO="\ ########################################## ### T-Pot Installer for Debian testing ### @@ -132,15 +132,20 @@ export DEBIAN_FRONTEND=noninteractive apt-get -y update apt-get -y install libpq-dev software-properties-common #add-apt-repository "deb http://ftp.debian.org/debian testing main contrib non-free" +#tee /etc/apt/sources.list 2>&1>/dev/null <&1>/dev/null <