File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -200,10 +200,11 @@ echo "docker.io docker.io/restart boolean true" | debconf-set-selections -
200200echo " debconf debconf/frontend select noninteractive" | debconf-set-selections -v
201201apt-fast -y dist-upgrade -o Dpkg::Options::=" --force-confdef" -o Dpkg::Options::=" --force-confold" --force-yes
202202dpkg --configure -a
203+ npm cache clean --force
203204npm install elasticdump -g
204205pip3 install --upgrade yq
205206# Remove --force switch in the future ...
206- pip3 install elasticsearch-curator --force -y
207+ pip3 install elasticsearch-curator --force
207208hash -r
208209echo " ### Removing and holding back problematic packages ..."
209210apt-fast -y purge exim4-base mailutils pcp cockpit-pcp elasticsearch-curator
You can’t perform that action at this time.
0 commit comments