diff --git a/packages.txt b/packages.txt new file mode 100644 index 00000000..691cec6d --- /dev/null +++ b/packages.txt @@ -0,0 +1,57 @@ +aria2 +apache2-utils +apparmor +apt-transport-https +bash-completion +bat +build-essential +ca-certificates +cgroupfs-mount +cockpit conntrack +console-setup +console-setup-linux +cracklib-runtime +curl +debconf-utils +dialog dnsutils +docker.io +docker-compose +ethtool +fail2ban +figlet +genisoimage +git +grc +haveged +html2text +htop +iptables +iw +jq +kbd +libcrack2 +libltdl7 +libpam-google-authenticator +man +mosh +multitail +net-tools +neovim +npm +ntp +openssh-server +openssl +pass +pigz +prips +software-properties-common +sshpass +psmisc +pv +python3-pip +toilet +unattended-upgrades +unzip +wget +wireless-tools +wpasupplicant diff --git a/update.sh b/update.sh index ad67f601..f211777c 100755 --- a/update.sh +++ b/update.sh @@ -186,7 +186,7 @@ function fuUPDATER () { export DEBIAN_FRONTEND=noninteractive echo "### Installing apt-fast" /bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)" -local myPACKAGES="aria2 apache2-utils apparmor apt-transport-https bash-completion bat build-essential ca-certificates cgroupfs-mount cockpit conntrack console-setup console-setup-linux cracklib-runtime curl debconf-utils dialog dnsutils docker.io docker-compose ethtool fail2ban figlet genisoimage git grc haveged html2text htop iptables iw jq kbd libcrack2 libltdl7 libpam-google-authenticator man mosh multitail net-tools neovim npm ntp openssh-server openssl pass pigz prips software-properties-common sshpass psmisc pv python3-pip toilet unattended-upgrades unzip wget wireless-tools wpasupplicant" +local myPACKAGES=$(cat /opt/tpot/packages.txt) # Remove purge in the future echo "### Removing repository based install of elasticsearch-curator" apt-get purge elasticsearch-curator -y