Commit 719684c9 by Rinat K. Nugaev

Remove checking platform

parent a705b6f4
......@@ -67,19 +67,6 @@ function Unzip
}
Unzip $output\zabbix_agent.zip $PathZabbix
#Defining platform for version of zabbix agent
<#
if ($osarch -eq "OSArchitecture=64-bit")
{
$osarch = "win64"
}
else
{
$osarch = "win32"
}
#>
#Getting computer hostname for config file
$HostnameFull ="$env:computername.$env:userdnsdomain"
#Removing dot from end of the hostname (this behavior possible if computer is not domain joined)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment