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 <