mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
debian unstable
This commit is contained in:
parent
5474e380df
commit
c215910d06
2 changed files with 17 additions and 11 deletions
|
@ -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 <<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
|
||||
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
|
||||
deb http://deb.debian.org/debian unstable main contrib non-free
|
||||
deb-src http://deb.debian.org/debian unstable main contrib non-free
|
||||
EOF
|
||||
|
||||
echo
|
||||
|
|
|
@ -78,7 +78,8 @@ d-i mirror/http/proxy string
|
|||
###################
|
||||
# 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
|
||||
|
||||
###########################
|
||||
|
@ -94,7 +95,7 @@ d-i lilo-installer/skip boolean true
|
|||
######################
|
||||
### 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 time/zone string UTC
|
||||
d-i clock-setup/ntp boolean true
|
||||
|
|
Loading…
Reference in a new issue