update elasticdump install location

This commit is contained in:
t3chn0m4g3
2020-03-15 21:24:01 +00:00
parent 67e70780bf
commit 80ee3cc5dd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 ..."