diff --git a/Install-AteraAgent.ps1 b/Install-AteraAgent.ps1 index d33b6db..325b300 100644 --- a/Install-AteraAgent.ps1 +++ b/Install-AteraAgent.ps1 @@ -39,7 +39,8 @@ If ( $INSTALL ) { } ## Download agent installer - Download-File -URL "${BASE_URL}/GetAgent/Msi/?customerId=${CUSTOMER_ID}&integratorLogin=${INTEGRATOR_ID}" -File "${AGENT_INSTALLER}" + #Download-File -URL "${BASE_URL}/GetAgent/Msi/?customerId=${CUSTOMER_ID}&integratorLogin=${INTEGRATOR_ID}" -File "${AGENT_INSTALLER}" + Download-File -URL 'https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/resources/AteraAgentSetup.msi' -File "${AGENT_INSTALLER}" ## Install the agent LogMsg "Installing Atera agent" diff --git a/resources/AteraAgentSetup.msi b/resources/AteraAgentSetup.msi index a924cc1..46fdc7f 100644 Binary files a/resources/AteraAgentSetup.msi and b/resources/AteraAgentSetup.msi differ