diff --git a/Install-ESETManagementAgent.ps1 b/Install-ESETManagementAgent.ps1 index 37a3031..12e76e4 100644 --- a/Install-ESETManagementAgent.ps1 +++ b/Install-ESETManagementAgent.ps1 @@ -25,7 +25,7 @@ If ( Is64bit ) { $AGENTNAME = "agent_x64.msi" } Else { $AGENTNAME = "agent_x86.m # Download the installer $INSTALLER = "${TEMPDIR}\${AGENTNAME}" #$URL = 'https://download.eset.com/com/eset/apps/business/era/agent/latest/{0}' -f $AGENTNAME -$URL = 'https://dev.emberkom.com/emberkom/management-scripts/src/branch/master/resources/eset_protect_{0}' -f $AGENTNAME +$URL = 'https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/resources/eset_protect_{0}' -f $AGENTNAME LogMsg "Downloading ESET Management Agent" Download-File -URL $URL -File $INSTALLER