mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
update elasticdump install location
This commit is contained in:
@ -684,7 +684,7 @@ echo "UseRoaming no" | tee -a /etc/ssh/ssh_config
|
||||
|
||||
# Installing elasticdump, yq
|
||||
fuBANNER "Installing pkgs"
|
||||
npm install https://github.com/taskrabbit/elasticsearch-dump -g
|
||||
npm install elasticdump -g
|
||||
pip3 install yq
|
||||
hash -r
|
||||
|
||||
|
@ -199,7 +199,7 @@ echo "docker.io docker.io/restart boolean true" | debconf-set-selections -
|
||||
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
|
||||
dpkg --configure -a
|
||||
npm install "https://github.com/taskrabbit/elasticsearch-dump" -g
|
||||
npm install elasticdump -g
|
||||
pip3 install --upgrade yq
|
||||
hash -r
|
||||
echo "### Removing and holding back problematic packages ..."
|
||||
|
Reference in New Issue
Block a user