From 35e8dae36625f479b313d7711ed27fdd7f430e77 Mon Sep 17 00:00:00 2001 From: Rafael Ameijeiras Date: Thu, 15 Jul 2021 18:11:56 +0200 Subject: [PATCH] temporary solution for autodiscover --- extras/deploy-scripts/pandora_agent_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/deploy-scripts/pandora_agent_deploy.sh b/extras/deploy-scripts/pandora_agent_deploy.sh index eac5a02930..9292998ccf 100644 --- a/extras/deploy-scripts/pandora_agent_deploy.sh +++ b/extras/deploy-scripts/pandora_agent_deploy.sh @@ -68,7 +68,7 @@ check_root_permissions () { install_autodiscover () { local arch=$1 - wget https://pandorafms.com/library/wp-content/uploads/2020/04/autodiscover-linux.zip + wget http://firefly.artica.es/projects/autodiscover-linux.zip unzip autodiscover-linux.zip chmod +x $arch/autodiscover mv -f $arch/autodiscover /etc/pandora/plugins/autodiscover