mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -181,8 +181,8 @@ echo "### Installing apt-fast"
|
||||
local myPACKAGES="aria2 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 man mosh multitail netselect-apt 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"
|
||||
echo "### Now upgrading packages ..."
|
||||
dpkg --configure -a
|
||||
apt-get -y autoclean
|
||||
apt-get -y autoremove
|
||||
apt-fast -y autoclean
|
||||
apt-fast -y autoremove
|
||||
apt-fast update
|
||||
apt-fast -y install $myPACKAGES
|
||||
|
||||
@ -195,7 +195,7 @@ npm install "https://github.com/taskrabbit/elasticsearch-dump" -g
|
||||
pip install --upgrade pip
|
||||
hash -r
|
||||
pip install --upgrade elasticsearch-curator yq
|
||||
apt-get -y purge exim4-base mailutils
|
||||
apt-fast -y purge exim4-base mailutils
|
||||
apt-mark hold exim4-base mailutils
|
||||
echo
|
||||
|
||||
|
Reference in New Issue
Block a user