debian unstable

This commit is contained in:
t3chn0m4g3 2019-02-12 12:24:42 +01:00
parent 5474e380df
commit c215910d06
2 changed files with 17 additions and 11 deletions

View file

@ -7,7 +7,7 @@
myLSB=$(lsb_release -r | awk '{ print $2 }') myLSB=$(lsb_release -r | awk '{ print $2 }')
myLSB_STABLE_SUPPORTED="9.6" myLSB_STABLE_SUPPORTED="9.6"
myLSB_TESTING_SUPPORTED="testing" myLSB_TESTING_SUPPORTED="unstable"
myINFO="\ myINFO="\
########################################## ##########################################
### T-Pot Installer for Debian testing ### ### T-Pot Installer for Debian testing ###
@ -132,15 +132,20 @@ export DEBIAN_FRONTEND=noninteractive
apt-get -y update apt-get -y update
apt-get -y install libpq-dev software-properties-common apt-get -y install libpq-dev software-properties-common
#add-apt-repository "deb http://ftp.debian.org/debian testing main contrib non-free" #add-apt-repository "deb http://ftp.debian.org/debian testing main contrib non-free"
#tee /etc/apt/sources.list 2>&1>/dev/null <<EOF
#deb http://deb.debian.org/debian testing main contrib non-free
#deb-src http://deb.debian.org/debian testing main contrib non-free
#
#deb http://deb.debian.org/debian testing-updates main contrib non-free
#deb-src http://deb.debian.org/debian testing-updates main contrib non-free
#
#deb http://security.debian.org/debian-security/ testing/updates main contrib non-free
#deb-src http://security.debian.org/debian-security/ testing/updates main contrib non-free
#EOF
tee /etc/apt/sources.list 2>&1>/dev/null <<EOF tee /etc/apt/sources.list 2>&1>/dev/null <<EOF
deb http://deb.debian.org/debian testing main contrib non-free deb http://deb.debian.org/debian unstable main contrib non-free
deb-src http://deb.debian.org/debian testing main contrib non-free deb-src http://deb.debian.org/debian unstable main contrib non-free
deb http://deb.debian.org/debian testing-updates main contrib non-free
deb-src http://deb.debian.org/debian testing-updates main contrib non-free
deb http://security.debian.org/debian-security/ testing/updates main contrib non-free
deb-src http://security.debian.org/debian-security/ testing/updates main contrib non-free
EOF EOF
echo echo

View file

@ -78,7 +78,8 @@ d-i mirror/http/proxy string
################### ###################
# Suite to install # Suite to install
################### ###################
d-i mirror/suite string testing d-i mirror/suite string unstable
#d-i mirror/suite string testing
#d-i mirror/udeb/suite string testing #d-i mirror/udeb/suite string testing
########################### ###########################
@ -94,7 +95,7 @@ d-i lilo-installer/skip boolean true
###################### ######################
### Time Configuration ### Time Configuration
###################### ######################
##d-i time/zone string Europe/Berlin #d-i time/zone string Europe/Berlin
d-i clock-setup/utc boolean true d-i clock-setup/utc boolean true
d-i time/zone string UTC d-i time/zone string UTC
d-i clock-setup/ntp boolean true d-i clock-setup/ntp boolean true