mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-02 05:08:51 +00:00
commit
0aaf73e205
1 changed files with 2 additions and 1 deletions
|
@ -200,10 +200,11 @@ echo "docker.io docker.io/restart boolean true" | debconf-set-selections -
|
||||||
echo "debconf debconf/frontend select noninteractive" | debconf-set-selections -v
|
echo "debconf debconf/frontend select noninteractive" | debconf-set-selections -v
|
||||||
apt-fast -y dist-upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes
|
apt-fast -y dist-upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes
|
||||||
dpkg --configure -a
|
dpkg --configure -a
|
||||||
|
npm cache clean --force
|
||||||
npm install elasticdump -g
|
npm install elasticdump -g
|
||||||
pip3 install --upgrade yq
|
pip3 install --upgrade yq
|
||||||
# Remove --force switch in the future ...
|
# Remove --force switch in the future ...
|
||||||
pip3 install elasticsearch-curator --force -y
|
pip3 install elasticsearch-curator --force
|
||||||
hash -r
|
hash -r
|
||||||
echo "### Removing and holding back problematic packages ..."
|
echo "### Removing and holding back problematic packages ..."
|
||||||
apt-fast -y purge exim4-base mailutils pcp cockpit-pcp elasticsearch-curator
|
apt-fast -y purge exim4-base mailutils pcp cockpit-pcp elasticsearch-curator
|
||||||
|
|
Loading…
Reference in a new issue