@prit94pritam commented on GitHub:
hi everyone, i tried to install nessusagent with installomator but i kept getting below error in jamf.
Script result: 2024-03-25 21:59:10 : REQ …
@scriptingosx commented on GitHub:
I cannot recreate this issue. Please check the following:
- Are you on the latest version of Installomator?
- the error you are getting means the download…
@PhantomPhixer commented on GitHub:
the complete block for zulujdk17 is: `zulujdk17) name="Zulu JDK 17" type="pkgInDmg" packageID="com.azulsystems.zulu.17" if [[ $(arch) ==…
@sugita01 commented on GitHub:
hi, we found out this is because we using proxy for internet connection. in particular, our proxy is doing ssl inspection..
@liquidz00 commented on GitHub:
Any chances there's a Nessus policy in place that prevents the removal of the agent?
FWIW I too am unable to reproduce the issue, tested on three separate test…
@PhantomPhixer commented on GitHub:
original downloadURL line:
` downloadURL=https://cdn.azul.com/zulu/bin/$(curl -fs "https://cdn.azul.com/zulu/bin/"
@sugita01 commented on GitHub:
yes. im on installomator v10.5. my apple gatekeeper set to allowdownloaded from App Store and identified developers. and i only get this failure for nessus…
@yenamax commented on GitHub:
It's working again since 2.7.5-rc1, there is no more folder.
@palexisd commented on GitHub:
The issue should be fixed by adding the '--compressed' to the 'curl' command on line 4 of /fragments/python.sh
@vivalter commented on GitHub:
@palexisd thank you for identifying this fixed, we were still manually patching and ran into issues when using Installomator, I manually added "-compressed" and it…