This commit is contained in:
t3chn0m4g3 2019-02-16 16:04:04 +01:00
parent e99ebf59e3
commit 0abf7c70a8
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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
################# #################