Skip to content

Commit 0aaf73e

Browse files
authored
Merge pull request #652 from dtag-dev-sec/dev
tweaking
2 parents 1e06136 + dc1ec0f commit 0aaf73e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,11 @@ echo "docker.io docker.io/restart boolean true" | debconf-set-selections -
200200
echo "debconf debconf/frontend select noninteractive" | debconf-set-selections -v
201201
apt-fast -y dist-upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes
202202
dpkg --configure -a
203+
npm cache clean --force
203204
npm install elasticdump -g
204205
pip3 install --upgrade yq
205206
# Remove --force switch in the future ...
206-
pip3 install elasticsearch-curator --force -y
207+
pip3 install elasticsearch-curator --force
207208
hash -r
208209
echo "### Removing and holding back problematic packages ..."
209210
apt-fast -y purge exim4-base mailutils pcp cockpit-pcp elasticsearch-curator

0 commit comments

Comments
 (0)