mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
move package list into separate file
This commit is contained in:
parent
54e738fde8
commit
233ffe8aaf
2 changed files with 58 additions and 1 deletions
57
packages.txt
Normal file
57
packages.txt
Normal file
|
@ -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
|
|
@ -186,7 +186,7 @@ function fuUPDATER () {
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
echo "### Installing apt-fast"
|
echo "### Installing apt-fast"
|
||||||
/bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)"
|
/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
|
# Remove purge in the future
|
||||||
echo "### Removing repository based install of elasticsearch-curator"
|
echo "### Removing repository based install of elasticsearch-curator"
|
||||||
apt-get purge elasticsearch-curator -y
|
apt-get purge elasticsearch-curator -y
|
||||||
|
|
Loading…
Reference in a new issue