mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-12 19:28:09 +00:00
tweaking
This commit is contained in:
parent
e99ebf59e3
commit
0abf7c70a8
2 changed files with 2 additions and 4 deletions
|
@ -50,7 +50,7 @@ function fuCHECKPACKAGES {
|
||||||
echo "[ OK ]"
|
echo "[ OK ]"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
fuCHECKPACKAGES "curl dialog lsb-release"
|
fuCHECKPACKAGES "curl dialog libpq-dev lsb-release software-properties-common"
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# Check if internet is available #
|
# Check if internet is available #
|
||||||
|
@ -196,8 +196,6 @@ fi
|
||||||
function fuGET_DEPS {
|
function fuGET_DEPS {
|
||||||
local myPACKAGES="apache2-utils apparmor apt-transport-https aufs-tools bash-completion build-essential ca-certificates cgroupfs-mount cockpit cockpit-docker console-setup console-setup-linux curl debconf-utils dialog dnsutils docker.io docker-compose dstat ethtool fail2ban figlet genisoimage git glances grc haveged html2text htop iptables iw jq kbd libcrack2 libltdl7 lm-sensors man mosh multitail net-tools npm ntp openssh-server openssl pass prips software-properties-common syslinux psmisc pv python-pip toilet unattended-upgrades unzip vim wget wireless-tools wpasupplicant"
|
local myPACKAGES="apache2-utils apparmor apt-transport-https aufs-tools bash-completion build-essential ca-certificates cgroupfs-mount cockpit cockpit-docker console-setup console-setup-linux curl debconf-utils dialog dnsutils docker.io docker-compose dstat ethtool fail2ban figlet genisoimage git glances grc haveged html2text htop iptables iw jq kbd libcrack2 libltdl7 lm-sensors man mosh multitail net-tools npm ntp openssh-server openssl pass prips software-properties-common syslinux psmisc pv python-pip toilet unattended-upgrades unzip vim wget wireless-tools wpasupplicant"
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get -y update
|
|
||||||
apt-get -y install libpq-dev software-properties-common
|
|
||||||
tee /etc/apt/sources.list <<EOF
|
tee /etc/apt/sources.list <<EOF
|
||||||
deb http://deb.debian.org/debian unstable 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
|
deb-src http://deb.debian.org/debian unstable main contrib non-free
|
||||||
|
|
|
@ -109,7 +109,7 @@ tasksel tasksel/first multiselect ssh-server
|
||||||
########################
|
########################
|
||||||
### Package Installation
|
### Package Installation
|
||||||
########################
|
########################
|
||||||
d-i pkgsel/include string curl dialog git lsb-release
|
d-i pkgsel/include string curl dialog libpq-dev lsb-release software-properties-common
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
Loading…
Reference in a new issue