diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 6db1446c..c1be1ead 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -560,7 +560,7 @@ echo "$myNETWORK_WLANEXAMPLE" | tee -a /etc/network/interfaces fuBANNER "SSH roaming off" echo "UseRoaming no" | tee -a /etc/ssh/ssh_config -# Installing ctop, elasticdump, tpot, yq +# Installing elasticdump, yq fuBANNER "Installing pkgs" npm install https://github.com/taskrabbit/elasticsearch-dump -g pip install --upgrade pip diff --git a/update.sh b/update.sh index ec17814e..1f4e623b 100755 --- a/update.sh +++ b/update.sh @@ -185,7 +185,6 @@ npm install "https://github.com/taskrabbit/elasticsearch-dump" -g pip install --upgrade pip hash -r pip install --upgrade elasticsearch-curator yq -wget https://github.com/bcicen/ctop/releases/download/v0.7.2/ctop-0.7.2-linux-amd64 -O /usr/bin/ctop && chmod +x /usr/bin/ctop echo echo "### Now replacing T-Pot related config files on host"