├── .gitignore ├── AdobeCreativeCloud ├── AdobeCreativeCloudInstaller.download.recipe ├── AdobeCreativeCloudInstaller.install.recipe ├── AdobeCreativeCloudInstaller.pkg.recipe ├── AdobeCreativeCloudInstallerAppleSilicon.download.recipe ├── AdobeCreativeCloudInstallerAppleSilicon.install.recipe ├── AdobeCreativeCloudInstallerAppleSilicon.pkg.recipe ├── AdobeCreativeCloudInstallerUniversal.download.recipe ├── AdobeCreativeCloudInstallerUniversal.install.recipe ├── AdobeCreativeCloudInstallerUniversal.pkg.recipe ├── README.md └── XMLReader.py ├── AdobeReaderDC └── AdobeReaderDC.pkg.recipe ├── AdwareMedic ├── AdwareMedic.download.recipe ├── AdwareMedic.install.recipe ├── AdwareMedic.pkg.recipe └── Scripts │ └── preinstall ├── Aftermath ├── Aftermath.download.recipe ├── Aftermath.pkg.recipe ├── AftermathUninstaller.download.recipe └── AftermathUninstaller.pkg.recipe ├── AmazonCorettoJDK11 ├── AmazonCorettoAppleSiliconJDK11.download.recipe ├── AmazonCorettoAppleSiliconJDK11.pkg.recipe ├── AmazonCorettoJDK11.download.recipe ├── AmazonCorettoJDK11.pkg.recipe └── README.md ├── AmazonCorettoJDK17 ├── AmazonCorettoAppleSiliconJDK17.download.recipe ├── AmazonCorettoAppleSiliconJDK17.pkg.recipe ├── AmazonCorettoIntelJDK17.download.recipe ├── AmazonCorettoIntelJDK17.pkg.recipe └── README.md ├── AmazonCorettoJDK21 ├── AmazonCorettoAppleSiliconJDK21.download.recipe ├── AmazonCorettoAppleSiliconJDK21.pkg.recipe ├── AmazonCorettoIntelJDK21.download.recipe ├── AmazonCorettoIntelJDK21.pkg.recipe └── README.md ├── AmazonCorettoJDK25 ├── AmazonCorettoAppleSiliconJDK25.download.recipe ├── AmazonCorettoAppleSiliconJDK25.pkg.recipe ├── AmazonCorettoIntelJDK25.download.recipe ├── AmazonCorettoIntelJDK25.pkg.recipe └── README.md ├── AmazonCorettoJDK8 ├── AmazonCorettoAppleSiliconJDK8.download.recipe ├── AmazonCorettoAppleSiliconJDK8.pkg.recipe ├── AmazonCorettoJDK8.download.recipe ├── AmazonCorettoJDK8.pkg.recipe └── README.md ├── AppleContainer ├── AppleContainer.download.recipe └── AppleContainer.pkg.recipe ├── AutoPkg-Release ├── AutoPkg-Release.download.recipe └── AutoPkg-Release.install.recipe ├── AutoPkgr ├── AutoPkgr.download.recipe ├── AutoPkgr.install.recipe ├── AutoPkgr.pkg.recipe └── Scripts │ └── preinstall ├── Backgrounds ├── Backgrounds.download.recipe ├── Backgrounds.install.recipe └── Backgrounds.pkg.recipe ├── Barebones ├── BBEdit.install.recipe ├── BBEdit.pkg.recipe └── BBEdit_Scripts │ ├── postinstall │ └── preinstall ├── Brisk ├── Brisk.install.recipe └── Brisk.pkg.recipe ├── Busylight ├── Busylight.download.recipe └── Busylight.pkg.recipe ├── CarouselCloudScreenSaver ├── CarouselCloudScreenSaver.download.recipe ├── CarouselCloudScreenSaver.pkg.recipe └── CarouselCloudScreenSaver.sign.recipe ├── ChatGPT ├── ChatGPT.download.recipe └── ChatGPT.pkg.recipe ├── ChatGPTAtlas ├── ChatGPTAtlas.download.recipe └── ChatGPTAtlas.pkg.recipe ├── CiscoUmbrella ├── CiscoUmbrella.download.recipe └── CiscoUmbrella.pkg.recipe ├── CitrixWorkspace ├── CitrixWorkspace.download.recipe └── CitrixWorkspace.pkg.recipe ├── CrashPlanForEnterprise ├── CrashPlanForEnterprise.download.recipe └── CrashPlanForEnterprise.pkg.recipe ├── Cyberduck ├── Cyberduck.install.recipe ├── Cyberduck.pkg.recipe └── Scripts │ └── preinstall ├── DbVisualizer ├── DbVisualizer.install.recipe ├── DbVisualizer.pkg.recipe ├── README.md └── Scripts │ └── preinstall ├── DetectX ├── DetectX.download.recipe ├── DetectX.install.recipe ├── DetectX.pkg.recipe └── Scripts │ └── preinstall ├── Emacs ├── Emacs.download.recipe └── Emacs.pkg.recipe ├── EndNote ├── EndNote20.download.recipe ├── EndNote20.munki.recipe ├── EndNote20.pkg.recipe ├── EndNote2025.download.recipe ├── EndNote2025.pkg.recipe ├── EndNote21.download.recipe ├── EndNote21.pkg.recipe ├── EndNoteX8.download.recipe ├── EndNoteX8.install.recipe ├── EndNoteX8.munki.recipe ├── EndNoteX8.pkg.recipe ├── EndNoteX9.download.recipe ├── EndNoteX9.install.recipe ├── EndNoteX9.munki.recipe └── EndNoteX9.pkg.recipe ├── EnterpriseConnect ├── EnterpriseConnect.download.recipe ├── EnterpriseConnect.jss.recipe ├── EnterpriseConnect.pkg.recipe ├── EnterpriseConnect.png ├── PolicyTemplate.xml ├── README.md └── SmartGroupTemplate.xml ├── Fiji ├── Fiji.download.recipe ├── Fiji.install.recipe ├── Fiji.pkg.recipe └── Scripts │ ├── postinstall │ └── preinstall ├── Firefox ├── Firefox.install.recipe └── Firefox.pkg.recipe ├── Geneious ├── Geneious.install.recipe ├── Geneious.pkg.recipe └── Scripts │ └── preinstall ├── GoogleChrome ├── GoogleChrome.install.recipe ├── GoogleChrome.pkg.recipe └── Scripts │ └── preinstall ├── GoogleChromeUniversal ├── GoogleChromeUniversal.download.recipe ├── GoogleChromeUniversal.install.recipe └── GoogleChromeUniversal.pkg.recipe ├── Icons ├── Icons.download.recipe ├── Icons.install.recipe └── Icons.pkg.recipe ├── ImageJ ├── ImageJ.download.recipe ├── ImageJ.install.recipe ├── ImageJ.pkg.recipe └── Scripts │ ├── postinstall │ └── preinstall ├── IntelliJ-CE ├── IntelliJ-CE.install.recipe ├── IntelliJ-CE.pkg.recipe ├── README.md └── Scripts │ └── preinstall ├── JQ ├── JQAppleIntel.sign.recipe ├── JQAppleSilicon.download.recipe ├── JQAppleSilicon.pkg.recipe ├── JQAppleSilicon.sign.recipe ├── JQAppleUniversal.sign.recipe ├── JQIntel.download.recipe ├── JQIntel.pkg.recipe ├── JQUniversal.download.recipe └── JQUniversal.pkg.recipe ├── JSS ├── AdobeCreativeCloudInstaller.jss.recipe ├── AdobeCreativeCloudInstaller.png ├── AdobeCreativeCloudInstallerAppleSilicon.jss.recipe ├── AdobeCreativeCloudInstallerAppleSilicon.png ├── AdobeCreativeCloudInstallerUniversal.jss.recipe ├── AdobeCreativeCloudInstallerUniversal.png ├── AdobeReader.jss.recipe ├── AdobeReaderDC.jss.recipe ├── AdobeReaderDC.png ├── Adobe_Reader.png ├── AdwareMedic.jss.recipe ├── AdwareMedic.png ├── AmazonCorettoJDK11.jss.recipe ├── AmazonCorettoJDK11.png ├── AmazonCorettoJDK8.jss.recipe ├── AmazonCorettoJDK8.png ├── Arq.jss.recipe ├── Arq.png ├── Brisk.jss.recipe ├── Brisk.png ├── CFBundleVersionExtensionAttribute.xml ├── CFBundleVersionSmartGroupTemplate.xml ├── CiscoUmbrella.jss.recipe ├── CiscoUmbrella.png ├── CitrixWorkspace.jss.recipe ├── CitrixWorkspace.png ├── Cyberduck.jss.recipe ├── Cyberduck.png ├── DbVisualizer.jss.recipe ├── DbVisualizer.png ├── DetectX.jss.recipe ├── DetectX.png ├── Dropbox.jss.recipe ├── Dropbox.png ├── Eclipse-Mars.jss.recipe ├── Eclipse-MarsPreinstall.sh ├── Eclipse-MarsScriptTemplate.xml ├── Eclipse.png ├── EndNoteX8.jss.recipe ├── EndNoteX8.png ├── EndNoteX9.jss.recipe ├── EndNoteX9.png ├── Fiji.jss.recipe ├── Fiji.png ├── Firefox.jss.recipe ├── Firefox.png ├── Geneious.jss.recipe ├── Geneious.png ├── GitHubDesktop.jss.recipe ├── GitHubDesktop.png ├── GitHubDesktopExtensionAttribute.xml ├── GitHubDesktopSmartGroupTemplate.xml ├── GoogleChrome.jss.recipe ├── GoogleChrome.png ├── GoogleChromeEnterprise.jss.recipe ├── GoogleChromeEnterprise.png ├── GoogleChromeUniversal.jss.recipe ├── GoogleChromeUniversal.png ├── Icons.jss.recipe ├── Icons.png ├── ImageJ.jss.recipe ├── ImageJ.png ├── IntelliJ-CE.jss.recipe ├── IntelliJ-CE.png ├── JamfProtectInstaller.jss.recipe ├── JamfProtectInstaller.png ├── JamfProtectUninstaller.jss.recipe ├── JamfProtectUninstaller.png ├── MURAL.jss.recipe ├── MURAL.png ├── MalwarebytesAntiMalware.jss.recipe ├── MalwarebytesAntiMalware.png ├── MeisterTask.jss.recipe ├── MeisterTask.png ├── MicrosoftAutoUpdate.jss.recipe ├── MicrosoftAutoUpdate.png ├── MicrosoftDefender.jss.recipe ├── MicrosoftDefender.png ├── MicrosoftDefenderATP.jss.recipe ├── MicrosoftDefenderATP.png ├── MicrosoftEdge.jss.recipe ├── MicrosoftEdge.png ├── MicrosoftExcel365.jss.recipe ├── MicrosoftExcel365.png ├── MicrosoftIntuneCompanyPortal.jss.recipe ├── MicrosoftIntuneCompanyPortal.png ├── MicrosoftOffice365BusinessProSuite.jss.recipe ├── MicrosoftOffice365BusinessProSuite.png ├── MicrosoftOffice365Suite.jss.recipe ├── MicrosoftOffice365Suite.png ├── MicrosoftOneDrive.jss.recipe ├── MicrosoftOneNote365.jss.recipe ├── MicrosoftOneNote365.png ├── MicrosoftOpenJDK11.jss.recipe ├── MicrosoftOpenJDK11.png ├── MicrosoftOutlook365.jss.recipe ├── MicrosoftOutlook365.png ├── MicrosoftPowerPoint365.jss.recipe ├── MicrosoftPowerPoint365.png ├── MicrosoftRemoteDesktop.jss.recipe ├── MicrosoftRemoteDesktop.png ├── MicrosoftSkypeForBusiness.png ├── MicrosoftSkypeForBusiness365.jss.recipe ├── MicrosoftTeams.jss.recipe ├── MicrosoftTeams.png ├── MicrosoftWord365.jss.recipe ├── MicrosoftWord365.png ├── MicrosoftYammer.jss.recipe ├── MicrosoftYammer.png ├── MountainDuck.jss.recipe ├── MountainDuck.png ├── NoMAD.jss.recipe ├── NoMAD.png ├── Office2016.png ├── Office2016Suite.jss.recipe ├── OneDrive.png ├── OpenJDK11.jss.recipe ├── OpenJDK11.png ├── OpenJDK12.jss.recipe ├── OpenJDK12.png ├── OpenJDK13.jss.recipe ├── OpenJDK13.png ├── OracleJava11JDK.jss.recipe ├── OracleJava11JDK.png ├── OracleJava8.jss.recipe ├── OracleJava8.png ├── OracleJava8ExtensionAttribute.xml ├── OracleJavaSmartGroupTemplate.xml ├── Packages.jss.recipe ├── Packages.png ├── PasswordDepot.jss.recipe ├── PasswordDepot.png ├── PolicyTemplate.xml ├── Prism.jss.recipe ├── Prism.png ├── Privileges.jss.recipe ├── Privileges.png ├── RStudio.jss.recipe ├── RStudio.png ├── ScriptTemplate.xml ├── SmartGroupTemplate.xml ├── TextWrangler.jss.recipe ├── TextWrangler.png ├── VMwareHorizonClient.jss.recipe ├── VMwareHorizonClient.png ├── VMwareTools.jss.recipe ├── VMwareTools.png ├── Zscaler.jss.recipe ├── Zscaler.png ├── iMazingProfileEditor.jss.recipe ├── iMazingProfileEditor.png ├── iPass.jss.recipe └── iPass.png ├── JSSImporter ├── JSSImporter.download.recipe └── JSSImporter.install.recipe ├── JabraDirect └── JabraDirect.pkg.recipe ├── JamfProtect ├── JamfProtect.installer.download.recipe ├── JamfProtect.installer.pkg.recipe ├── JamfProtect.uninstaller.download.recipe └── JamfProtect.uninstaller.pkg.recipe ├── Jamf_Upload ├── CiscoUmbrella.jamf.recipe ├── CitrixWorkspace.jamf.recipe ├── CitrixWorkspaceUniversal.jamf.recipe ├── GoogleChromePkg.jamf.recipe ├── JabraDirect.jamf.recipe ├── JamfProtectInstaller.jamf.recipe ├── JamfProtectUninstaller.jamf.recipe ├── MURAL.jamf.recipe ├── MicrosoftAutoUpdate.jamf.recipe ├── MicrosoftDefender.jamf.recipe ├── MicrosoftEdge.jamf.recipe ├── MicrosoftInTuneCompanyPortal.jamf.recipe ├── MicrosoftSkypeForBusiness.jamf.recipe ├── MicrosoftTeams.jamf.recipe ├── MozillaThunderbird.jamf.recipe ├── Opera.jamf.recipe ├── OperaSigned.jamf.recipe ├── PasswordDepot.jamf.recipe ├── PolyLens.jamf.recipe ├── Privileges.jamf.recipe ├── SapMachineJDK11.jamf.recipe └── SapMachineJDK17Universal.jamf.recipe ├── LICENSE ├── LogiOptionsPlus ├── LogiOptionsPlus.download.recipe ├── LogiOptionsPlus.pkg.recipe └── LogiOptionsPlusUninstaller.pkg.recipe ├── LogiOptionsPlusOffline ├── LogiOptionsPlusOffline.download.recipe ├── LogiOptionsPlusOffline.pkg.recipe └── LogiOptionsPlusOfflineUninstaller.pkg.recipe ├── MURAL ├── MURAL.download.recipe ├── MURAL.install.recipe └── MURAL.pkg.recipe ├── Maccy ├── Maccy.download.recipe └── Maccy.pkg.recipe ├── MalwarebytesAntiMalware ├── MalwarebytesAntiMalware.download.recipe ├── MalwarebytesAntiMalware.install.recipe ├── MalwarebytesAntiMalware.pkg.recipe └── Scripts │ └── preinstall ├── MeisterTask ├── MeisterTask.download.recipe ├── MeisterTask.install.recipe └── MeisterTask.pkg.recipe ├── MicrosoftAutoUpdate ├── MicrosoftAutoUpdate.download.recipe └── MicrosoftAutoUpdate.pkg.recipe ├── MicrosoftCopilot ├── MicrosoftCopilot.download.recipe ├── MicrosoftCopilot.install.recipe └── MicrosoftCopilot.pkg.recipe ├── MicrosoftDefender ├── MicrosoftDefender.download.recipe ├── MicrosoftDefender.install.recipe ├── MicrosoftDefender.munki.recipe └── MicrosoftDefender.pkg.recipe ├── MicrosoftDefenderATP ├── MicrosoftDefenderATP.download.recipe ├── MicrosoftDefenderATP.install.recipe ├── MicrosoftDefenderATP.munki.recipe └── MicrosoftDefenderATP.pkg.recipe ├── MicrosoftEdge ├── MicrosoftEdge.download.recipe ├── MicrosoftEdge.install.recipe ├── MicrosoftEdge.munki.recipe └── MicrosoftEdge.pkg.recipe ├── MicrosoftExcel365 ├── MicrosoftExcel365.download.recipe ├── MicrosoftExcel365.install.recipe ├── MicrosoftExcel365.munki.recipe └── MicrosoftExcel365.pkg.recipe ├── MicrosoftIntuneCompanyPortal ├── MicrosoftIntuneCompanyPortal.download.recipe └── MicrosoftIntuneCompanyPortal.pkg.recipe ├── MicrosoftOffice365BusinessProSuite ├── MicrosoftOffice365BusinessProSuite.download.recipe ├── MicrosoftOffice365BusinessProSuite.munki.recipe └── MicrosoftOffice365BusinessProSuite.pkg.recipe ├── MicrosoftOffice365Suite ├── MicrosoftOffice365Suite.download.recipe ├── MicrosoftOffice365Suite.munki.recipe ├── MicrosoftOffice365Suite.pkg.recipe └── OfficeSuiteSKULessVersionProvider.py ├── MicrosoftOneDrive ├── MicrosoftOneDrive.download.recipe ├── MicrosoftOneDrive.install.recipe ├── MicrosoftOneDrive.munki.recipe ├── MicrosoftOneDrive.pkg.recipe └── README.md ├── MicrosoftOneNote365 ├── MicrosoftOneNote365.download.recipe ├── MicrosoftOneNote365.install.recipe ├── MicrosoftOneNote365.munki.recipe └── MicrosoftOneNote365.pkg.recipe ├── MicrosoftOpenJDK11 ├── MicrosoftOpenJDK11AppleSilicon.download.recipe ├── MicrosoftOpenJDK11AppleSilicon.pkg.recipe ├── MicrosoftOpenJDK11Intel.download.recipe └── MicrosoftOpenJDK11Intel.pkg.recipe ├── MicrosoftOpenJDK17 ├── MicrosoftOpenJDK17AppleSilicon.download.recipe ├── MicrosoftOpenJDK17AppleSilicon.pkg.recipe ├── MicrosoftOpenJDK17Intel.download.recipe └── MicrosoftOpenJDK17Intel.pkg.recipe ├── MicrosoftOpenJDK21 ├── MicrosoftOpenJDK21AppleSilicon.download.recipe ├── MicrosoftOpenJDK21AppleSilicon.pkg.recipe ├── MicrosoftOpenJDK21Intel.download.recipe └── MicrosoftOpenJDK21Intel.pkg.recipe ├── MicrosoftOpenJDK25 ├── MicrosoftOpenJDK25AppleSilicon.download.recipe ├── MicrosoftOpenJDK25AppleSilicon.pkg.recipe ├── MicrosoftOpenJDK25Intel.download.recipe └── MicrosoftOpenJDK25Intel.pkg.recipe ├── MicrosoftOutlook365 ├── MicrosoftOutlook365.download.recipe ├── MicrosoftOutlook365.install.recipe ├── MicrosoftOutlook365.munki.recipe └── MicrosoftOutlook365.pkg.recipe ├── MicrosoftPowerPoint365 ├── MicrosoftPowerPoint365.download.recipe ├── MicrosoftPowerPoint365.install.recipe ├── MicrosoftPowerPoint365.pkg.recipe └── MicrosoftPowerpoint365.munki.recipe ├── MicrosoftRemoteDesktop ├── MicrosoftRemoteDesktop.download.recipe └── MicrosoftRemoteDesktop.pkg.recipe ├── MicrosoftRemoteHelp ├── MicrosoftRemoteHelp.download.recipe └── MicrosoftRemoteHelp.pkg.recipe ├── MicrosoftSharepointBrowserPlugin ├── MicrosoftSharepointBrowserPlugin.download.recipe └── MicrosoftSharepointBrowserPlugin.pkg.recipe ├── MicrosoftSkypeForBusiness365 ├── MicrosoftSkypeForBusiness365.download.recipe ├── MicrosoftSkypeForBusiness365.munki.recipe └── MicrosoftSkypeForBusiness365.pkg.recipe ├── MicrosoftTeams ├── MicrosoftTeams.download.recipe ├── MicrosoftTeams.install.recipe ├── MicrosoftTeams.munki.recipe ├── MicrosoftTeams.pkg.recipe ├── MicrosoftTeamsClassic.download.recipe ├── MicrosoftTeamsClassic.install.recipe ├── MicrosoftTeamsClassic.pkg.recipe ├── MicrosoftTeamsForWorkOrSchool.download.recipe ├── MicrosoftTeamsForWorkOrSchool.install.recipe └── MicrosoftTeamsForWorkOrSchool.pkg.recipe ├── MicrosoftTeamsAudioDriver ├── MicrosoftTeamsAudioDriver.pkg.recipe └── MicrosoftTeamsClassicAudioDriver.pkg.recipe ├── MicrosoftWindowsApp ├── MicrosoftWindowsApp.download.recipe └── MicrosoftWindowsApp.pkg.recipe ├── MicrosoftWord365 ├── MicrosoftWord365.download.recipe ├── MicrosoftWord365.install.recipe ├── MicrosoftWord365.munki.recipe └── MicrosoftWord365.pkg.recipe ├── MicrosoftYammer ├── MicrosoftYammer.download.recipe ├── MicrosoftYammer.install.recipe └── MicrosoftYammer.pkg.recipe ├── MindManager ├── MindManager.download.recipe └── MindManager.pkg.recipe ├── MountainDuck ├── MountainDuck.download.recipe ├── MountainDuck.install.recipe ├── MountainDuck.munki.recipe └── MountainDuck.pkg.recipe ├── MozillaThunderbird └── MozillaThunderbird.pkg.recipe ├── NexThinkCollector ├── NexThinkCollector.download.recipe ├── NexThinkCollector.pkg.recipe ├── NexThinkCollector.sign.recipe ├── NexThinkCollectorUninstaller.pkg.recipe └── NexThinkCollectorUninstaller.sign.recipe ├── OSXElCapitan ├── OSXElCapitan.download.recipe └── OSXElCapitan.pkg.recipe ├── OSXLion ├── OSXLion.download.recipe └── OSXLion.pkg.recipe ├── OSXMountainLion ├── OSXMountainLion.download.recipe └── OSXMountainLion.pkg.recipe ├── OSXYosemite ├── OSXYosemite.download.recipe └── OSXYosemite.pkg.recipe ├── Office2016Suite └── Office2016Suite.pkg.recipe ├── OmnissaHorizonClient ├── OmnissaHorizonClient.install.recipe └── OmnissaHorizonClient.pkg.recipe ├── OpenJDK17 ├── OpenJDKAppleSiliconJDK17.download.recipe ├── OpenJDKAppleSiliconJDK17.pkg.recipe ├── OpenJDKIntelJDK17.download.recipe └── OpenJDKIntelJDK17.pkg.recipe ├── OpenJDK21 ├── OpenJDKAppleSiliconJDK21.download.recipe ├── OpenJDKAppleSiliconJDK21.pkg.recipe ├── OpenJDKIntelJDK21.download.recipe └── OpenJDKIntelJDK21.pkg.recipe ├── OpenJDK25 ├── OpenJDKAppleSiliconJDK25.download.recipe ├── OpenJDKAppleSiliconJDK25.pkg.recipe ├── OpenJDKIntelJDK25.download.recipe └── OpenJDKIntelJDK25.pkg.recipe ├── OpenJavaFX └── OpenJavaFX.download.recipe ├── Opera └── Opera.sign.recipe ├── Packages ├── Packages.install.recipe └── Packages.pkg.recipe ├── ParallelsTools └── ParallelsTools.pkg.recipe ├── PasswordDepot ├── PasswordDepot.download.recipe ├── PasswordDepot.install.recipe └── PasswordDepot.pkg.recipe ├── PolyLens ├── PolyLens.download.recipe └── PolyLens.pkg.recipe ├── PostProcessors ├── PostProcessors.recipe └── slacker.py ├── PowerMonitor ├── PowerMonitor.download.recipe ├── PowerMonitor.install.recipe └── PowerMonitor.pkg.recipe ├── Prism ├── Prism.download.recipe ├── Prism.install.recipe └── Prism.pkg.recipe ├── Privileges ├── Privileges.download.recipe ├── Privileges.install.recipe ├── Privileges.munki.recipe └── Privileges.pkg.recipe ├── README.md ├── RStudio ├── RStudio.download.recipe ├── RStudio.install.recipe └── RStudio.pkg.recipe ├── Rectangle └── Rectangle.pkg.recipe ├── SAPGUI ├── SAPGUI.download.recipe ├── SAPGUIWithTemplate.pkg.recipe ├── SAPGUIWithTemplate.sign.recipe ├── SAPGUIWithoutTemplate.pkg.recipe └── SAPGUIWithoutTemplate.sign.recipe ├── SDNotary ├── SDNotary.download.recipe └── SDNotary.pkg.recipe ├── SapMachine ├── SapMachine.download.recipe └── SapMachine.pkg.recipe ├── SapMachineJDK17 ├── SapMachineAppleSiliconJDK17.download.recipe ├── SapMachineAppleSiliconJDK17.pkg.recipe ├── SapMachineIntelJDK17.download.recipe └── SapMachineIntelJDK17.pkg.recipe ├── SapMachineJDK17Universal ├── SapMachineJDK17Universal.download.recipe └── SapMachineJDK17Universal.pkg.recipe ├── SapMachineJDK21 ├── SapMachineAppleSiliconJDK21.download.recipe ├── SapMachineAppleSiliconJDK21.pkg.recipe ├── SapMachineIntelJDK21.download.recipe └── SapMachineIntelJDK21.pkg.recipe ├── SapMachineJDK21Universal ├── SapMachineJDK21Universal.download.recipe └── SapMachineJDK21Universal.pkg.recipe ├── SapMachineJDK25 ├── SapMachineAppleSiliconJDK25.download.recipe └── SapMachineAppleSiliconJDK25.pkg.recipe ├── SapMachineManager ├── SapMachineManager.download.recipe ├── SapMachineManager.install.recipe └── SapMachineManager.pkg.recipe ├── Script2Pkg ├── Script2Pkg.download.recipe ├── Script2Pkg.install.recipe └── Script2Pkg.pkg.recipe ├── SharedProcessors ├── DistributionPackageCreator.py ├── Example.distpkg.recipe ├── Example.sign.recipe ├── PkgSigner.py ├── SharedProcessors.recipe └── VariablePlaceholder.py ├── SigningManager ├── SigningManager.download.recipe ├── SigningManager.install.recipe └── SigningManager.pkg.recipe ├── Slack ├── README.md ├── SlackAppleSilicon.download.recipe ├── SlackAppleSilicon.pkg.recipe ├── SlackIntel.download.recipe ├── SlackIntel.pkg.recipe ├── SlackUniversal.download.recipe └── SlackUniversal.pkg.recipe ├── UTMGuestTools ├── UTMGuestTools.download.recipe └── UTMGuestTools.pkg.recipe ├── VMware-Tools ├── VMwareTools.download.recipe ├── VMwareTools.install.recipe ├── VMwareTools.munki.recipe └── VMwareTools.pkg.recipe ├── VMwareHorizonClient ├── VMwareHorizonClient.install.recipe └── VMwareHorizonClient.pkg.recipe ├── WindowsApp ├── WindowsApp.download.recipe └── WindowsApp.pkg.recipe ├── Xcodes └── Xcodes.pkg.recipe ├── Zscaler ├── Zscaler.download.recipe └── Zscaler.pkg.recipe ├── iMazingProfileEditor ├── iMazingProfileEditor.download.recipe ├── iMazingProfileEditor.install.recipe └── iMazingProfileEditor.pkg.recipe ├── iPass ├── iPass.download.recipe └── iPass.pkg.recipe └── macOSSierra ├── macOSSierra.download.recipe └── macOSSierra.pkg.recipe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/.gitignore -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstaller.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstaller.download.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstaller.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstaller.install.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstaller.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstaller.pkg.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstallerAppleSilicon.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstallerAppleSilicon.download.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstallerAppleSilicon.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstallerAppleSilicon.install.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstallerAppleSilicon.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstallerAppleSilicon.pkg.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.download.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.install.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/AdobeCreativeCloudInstallerUniversal.pkg.recipe -------------------------------------------------------------------------------- /AdobeCreativeCloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/README.md -------------------------------------------------------------------------------- /AdobeCreativeCloud/XMLReader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeCreativeCloud/XMLReader.py -------------------------------------------------------------------------------- /AdobeReaderDC/AdobeReaderDC.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdobeReaderDC/AdobeReaderDC.pkg.recipe -------------------------------------------------------------------------------- /AdwareMedic/AdwareMedic.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdwareMedic/AdwareMedic.download.recipe -------------------------------------------------------------------------------- /AdwareMedic/AdwareMedic.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdwareMedic/AdwareMedic.install.recipe -------------------------------------------------------------------------------- /AdwareMedic/AdwareMedic.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdwareMedic/AdwareMedic.pkg.recipe -------------------------------------------------------------------------------- /AdwareMedic/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AdwareMedic/Scripts/preinstall -------------------------------------------------------------------------------- /Aftermath/Aftermath.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Aftermath/Aftermath.download.recipe -------------------------------------------------------------------------------- /Aftermath/Aftermath.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Aftermath/Aftermath.pkg.recipe -------------------------------------------------------------------------------- /Aftermath/AftermathUninstaller.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Aftermath/AftermathUninstaller.download.recipe -------------------------------------------------------------------------------- /Aftermath/AftermathUninstaller.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Aftermath/AftermathUninstaller.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK11/AmazonCorettoAppleSiliconJDK11.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK11/AmazonCorettoAppleSiliconJDK11.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK11/AmazonCorettoAppleSiliconJDK11.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK11/AmazonCorettoAppleSiliconJDK11.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK11/AmazonCorettoJDK11.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK11/AmazonCorettoJDK11.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK11/AmazonCorettoJDK11.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK11/AmazonCorettoJDK11.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK11/README.md -------------------------------------------------------------------------------- /AmazonCorettoJDK17/AmazonCorettoAppleSiliconJDK17.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK17/AmazonCorettoAppleSiliconJDK17.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK17/AmazonCorettoAppleSiliconJDK17.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK17/AmazonCorettoAppleSiliconJDK17.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK17/AmazonCorettoIntelJDK17.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK17/AmazonCorettoIntelJDK17.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK17/AmazonCorettoIntelJDK17.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK17/AmazonCorettoIntelJDK17.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK17/README.md -------------------------------------------------------------------------------- /AmazonCorettoJDK21/AmazonCorettoAppleSiliconJDK21.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK21/AmazonCorettoAppleSiliconJDK21.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK21/AmazonCorettoAppleSiliconJDK21.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK21/AmazonCorettoAppleSiliconJDK21.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK21/AmazonCorettoIntelJDK21.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK21/AmazonCorettoIntelJDK21.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK21/AmazonCorettoIntelJDK21.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK21/AmazonCorettoIntelJDK21.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK21/README.md -------------------------------------------------------------------------------- /AmazonCorettoJDK25/AmazonCorettoAppleSiliconJDK25.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK25/AmazonCorettoAppleSiliconJDK25.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK25/AmazonCorettoAppleSiliconJDK25.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK25/AmazonCorettoAppleSiliconJDK25.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK25/AmazonCorettoIntelJDK25.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK25/AmazonCorettoIntelJDK25.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK25/AmazonCorettoIntelJDK25.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK25/AmazonCorettoIntelJDK25.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK25/README.md -------------------------------------------------------------------------------- /AmazonCorettoJDK8/AmazonCorettoAppleSiliconJDK8.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK8/AmazonCorettoAppleSiliconJDK8.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK8/AmazonCorettoAppleSiliconJDK8.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK8/AmazonCorettoAppleSiliconJDK8.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK8/AmazonCorettoJDK8.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK8/AmazonCorettoJDK8.download.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK8/AmazonCorettoJDK8.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK8/AmazonCorettoJDK8.pkg.recipe -------------------------------------------------------------------------------- /AmazonCorettoJDK8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AmazonCorettoJDK8/README.md -------------------------------------------------------------------------------- /AppleContainer/AppleContainer.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AppleContainer/AppleContainer.download.recipe -------------------------------------------------------------------------------- /AppleContainer/AppleContainer.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AppleContainer/AppleContainer.pkg.recipe -------------------------------------------------------------------------------- /AutoPkg-Release/AutoPkg-Release.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AutoPkg-Release/AutoPkg-Release.download.recipe -------------------------------------------------------------------------------- /AutoPkg-Release/AutoPkg-Release.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AutoPkg-Release/AutoPkg-Release.install.recipe -------------------------------------------------------------------------------- /AutoPkgr/AutoPkgr.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AutoPkgr/AutoPkgr.download.recipe -------------------------------------------------------------------------------- /AutoPkgr/AutoPkgr.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AutoPkgr/AutoPkgr.install.recipe -------------------------------------------------------------------------------- /AutoPkgr/AutoPkgr.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AutoPkgr/AutoPkgr.pkg.recipe -------------------------------------------------------------------------------- /AutoPkgr/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/AutoPkgr/Scripts/preinstall -------------------------------------------------------------------------------- /Backgrounds/Backgrounds.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Backgrounds/Backgrounds.download.recipe -------------------------------------------------------------------------------- /Backgrounds/Backgrounds.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Backgrounds/Backgrounds.install.recipe -------------------------------------------------------------------------------- /Backgrounds/Backgrounds.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Backgrounds/Backgrounds.pkg.recipe -------------------------------------------------------------------------------- /Barebones/BBEdit.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Barebones/BBEdit.install.recipe -------------------------------------------------------------------------------- /Barebones/BBEdit.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Barebones/BBEdit.pkg.recipe -------------------------------------------------------------------------------- /Barebones/BBEdit_Scripts/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Barebones/BBEdit_Scripts/postinstall -------------------------------------------------------------------------------- /Barebones/BBEdit_Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Barebones/BBEdit_Scripts/preinstall -------------------------------------------------------------------------------- /Brisk/Brisk.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Brisk/Brisk.install.recipe -------------------------------------------------------------------------------- /Brisk/Brisk.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Brisk/Brisk.pkg.recipe -------------------------------------------------------------------------------- /Busylight/Busylight.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Busylight/Busylight.download.recipe -------------------------------------------------------------------------------- /Busylight/Busylight.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Busylight/Busylight.pkg.recipe -------------------------------------------------------------------------------- /CarouselCloudScreenSaver/CarouselCloudScreenSaver.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CarouselCloudScreenSaver/CarouselCloudScreenSaver.download.recipe -------------------------------------------------------------------------------- /CarouselCloudScreenSaver/CarouselCloudScreenSaver.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CarouselCloudScreenSaver/CarouselCloudScreenSaver.pkg.recipe -------------------------------------------------------------------------------- /CarouselCloudScreenSaver/CarouselCloudScreenSaver.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CarouselCloudScreenSaver/CarouselCloudScreenSaver.sign.recipe -------------------------------------------------------------------------------- /ChatGPT/ChatGPT.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ChatGPT/ChatGPT.download.recipe -------------------------------------------------------------------------------- /ChatGPT/ChatGPT.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ChatGPT/ChatGPT.pkg.recipe -------------------------------------------------------------------------------- /ChatGPTAtlas/ChatGPTAtlas.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ChatGPTAtlas/ChatGPTAtlas.download.recipe -------------------------------------------------------------------------------- /ChatGPTAtlas/ChatGPTAtlas.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ChatGPTAtlas/ChatGPTAtlas.pkg.recipe -------------------------------------------------------------------------------- /CiscoUmbrella/CiscoUmbrella.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CiscoUmbrella/CiscoUmbrella.download.recipe -------------------------------------------------------------------------------- /CiscoUmbrella/CiscoUmbrella.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CiscoUmbrella/CiscoUmbrella.pkg.recipe -------------------------------------------------------------------------------- /CitrixWorkspace/CitrixWorkspace.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CitrixWorkspace/CitrixWorkspace.download.recipe -------------------------------------------------------------------------------- /CitrixWorkspace/CitrixWorkspace.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CitrixWorkspace/CitrixWorkspace.pkg.recipe -------------------------------------------------------------------------------- /CrashPlanForEnterprise/CrashPlanForEnterprise.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CrashPlanForEnterprise/CrashPlanForEnterprise.download.recipe -------------------------------------------------------------------------------- /CrashPlanForEnterprise/CrashPlanForEnterprise.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/CrashPlanForEnterprise/CrashPlanForEnterprise.pkg.recipe -------------------------------------------------------------------------------- /Cyberduck/Cyberduck.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Cyberduck/Cyberduck.install.recipe -------------------------------------------------------------------------------- /Cyberduck/Cyberduck.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Cyberduck/Cyberduck.pkg.recipe -------------------------------------------------------------------------------- /Cyberduck/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Cyberduck/Scripts/preinstall -------------------------------------------------------------------------------- /DbVisualizer/DbVisualizer.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DbVisualizer/DbVisualizer.install.recipe -------------------------------------------------------------------------------- /DbVisualizer/DbVisualizer.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DbVisualizer/DbVisualizer.pkg.recipe -------------------------------------------------------------------------------- /DbVisualizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DbVisualizer/README.md -------------------------------------------------------------------------------- /DbVisualizer/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DbVisualizer/Scripts/preinstall -------------------------------------------------------------------------------- /DetectX/DetectX.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DetectX/DetectX.download.recipe -------------------------------------------------------------------------------- /DetectX/DetectX.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DetectX/DetectX.install.recipe -------------------------------------------------------------------------------- /DetectX/DetectX.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DetectX/DetectX.pkg.recipe -------------------------------------------------------------------------------- /DetectX/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/DetectX/Scripts/preinstall -------------------------------------------------------------------------------- /Emacs/Emacs.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Emacs/Emacs.download.recipe -------------------------------------------------------------------------------- /Emacs/Emacs.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Emacs/Emacs.pkg.recipe -------------------------------------------------------------------------------- /EndNote/EndNote20.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNote20.download.recipe -------------------------------------------------------------------------------- /EndNote/EndNote20.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNote20.munki.recipe -------------------------------------------------------------------------------- /EndNote/EndNote20.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNote20.pkg.recipe -------------------------------------------------------------------------------- /EndNote/EndNote2025.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNote2025.download.recipe -------------------------------------------------------------------------------- /EndNote/EndNote2025.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNote2025.pkg.recipe -------------------------------------------------------------------------------- /EndNote/EndNote21.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNote21.download.recipe -------------------------------------------------------------------------------- /EndNote/EndNote21.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNote21.pkg.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX8.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX8.download.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX8.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX8.install.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX8.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX8.munki.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX8.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX8.pkg.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX9.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX9.download.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX9.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX9.install.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX9.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX9.munki.recipe -------------------------------------------------------------------------------- /EndNote/EndNoteX9.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EndNote/EndNoteX9.pkg.recipe -------------------------------------------------------------------------------- /EnterpriseConnect/EnterpriseConnect.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EnterpriseConnect/EnterpriseConnect.download.recipe -------------------------------------------------------------------------------- /EnterpriseConnect/EnterpriseConnect.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EnterpriseConnect/EnterpriseConnect.jss.recipe -------------------------------------------------------------------------------- /EnterpriseConnect/EnterpriseConnect.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EnterpriseConnect/EnterpriseConnect.pkg.recipe -------------------------------------------------------------------------------- /EnterpriseConnect/EnterpriseConnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EnterpriseConnect/EnterpriseConnect.png -------------------------------------------------------------------------------- /EnterpriseConnect/PolicyTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EnterpriseConnect/PolicyTemplate.xml -------------------------------------------------------------------------------- /EnterpriseConnect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EnterpriseConnect/README.md -------------------------------------------------------------------------------- /EnterpriseConnect/SmartGroupTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/EnterpriseConnect/SmartGroupTemplate.xml -------------------------------------------------------------------------------- /Fiji/Fiji.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Fiji/Fiji.download.recipe -------------------------------------------------------------------------------- /Fiji/Fiji.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Fiji/Fiji.install.recipe -------------------------------------------------------------------------------- /Fiji/Fiji.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Fiji/Fiji.pkg.recipe -------------------------------------------------------------------------------- /Fiji/Scripts/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Fiji/Scripts/postinstall -------------------------------------------------------------------------------- /Fiji/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Fiji/Scripts/preinstall -------------------------------------------------------------------------------- /Firefox/Firefox.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Firefox/Firefox.install.recipe -------------------------------------------------------------------------------- /Firefox/Firefox.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Firefox/Firefox.pkg.recipe -------------------------------------------------------------------------------- /Geneious/Geneious.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Geneious/Geneious.install.recipe -------------------------------------------------------------------------------- /Geneious/Geneious.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Geneious/Geneious.pkg.recipe -------------------------------------------------------------------------------- /Geneious/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Geneious/Scripts/preinstall -------------------------------------------------------------------------------- /GoogleChrome/GoogleChrome.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/GoogleChrome/GoogleChrome.install.recipe -------------------------------------------------------------------------------- /GoogleChrome/GoogleChrome.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/GoogleChrome/GoogleChrome.pkg.recipe -------------------------------------------------------------------------------- /GoogleChrome/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/GoogleChrome/Scripts/preinstall -------------------------------------------------------------------------------- /GoogleChromeUniversal/GoogleChromeUniversal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/GoogleChromeUniversal/GoogleChromeUniversal.download.recipe -------------------------------------------------------------------------------- /GoogleChromeUniversal/GoogleChromeUniversal.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/GoogleChromeUniversal/GoogleChromeUniversal.install.recipe -------------------------------------------------------------------------------- /GoogleChromeUniversal/GoogleChromeUniversal.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/GoogleChromeUniversal/GoogleChromeUniversal.pkg.recipe -------------------------------------------------------------------------------- /Icons/Icons.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Icons/Icons.download.recipe -------------------------------------------------------------------------------- /Icons/Icons.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Icons/Icons.install.recipe -------------------------------------------------------------------------------- /Icons/Icons.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Icons/Icons.pkg.recipe -------------------------------------------------------------------------------- /ImageJ/ImageJ.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ImageJ/ImageJ.download.recipe -------------------------------------------------------------------------------- /ImageJ/ImageJ.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ImageJ/ImageJ.install.recipe -------------------------------------------------------------------------------- /ImageJ/ImageJ.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ImageJ/ImageJ.pkg.recipe -------------------------------------------------------------------------------- /ImageJ/Scripts/postinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ImageJ/Scripts/postinstall -------------------------------------------------------------------------------- /ImageJ/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ImageJ/Scripts/preinstall -------------------------------------------------------------------------------- /IntelliJ-CE/IntelliJ-CE.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/IntelliJ-CE/IntelliJ-CE.install.recipe -------------------------------------------------------------------------------- /IntelliJ-CE/IntelliJ-CE.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/IntelliJ-CE/IntelliJ-CE.pkg.recipe -------------------------------------------------------------------------------- /IntelliJ-CE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/IntelliJ-CE/README.md -------------------------------------------------------------------------------- /IntelliJ-CE/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/IntelliJ-CE/Scripts/preinstall -------------------------------------------------------------------------------- /JQ/JQAppleIntel.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQAppleIntel.sign.recipe -------------------------------------------------------------------------------- /JQ/JQAppleSilicon.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQAppleSilicon.download.recipe -------------------------------------------------------------------------------- /JQ/JQAppleSilicon.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQAppleSilicon.pkg.recipe -------------------------------------------------------------------------------- /JQ/JQAppleSilicon.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQAppleSilicon.sign.recipe -------------------------------------------------------------------------------- /JQ/JQAppleUniversal.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQAppleUniversal.sign.recipe -------------------------------------------------------------------------------- /JQ/JQIntel.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQIntel.download.recipe -------------------------------------------------------------------------------- /JQ/JQIntel.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQIntel.pkg.recipe -------------------------------------------------------------------------------- /JQ/JQUniversal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQUniversal.download.recipe -------------------------------------------------------------------------------- /JQ/JQUniversal.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JQ/JQUniversal.pkg.recipe -------------------------------------------------------------------------------- /JSS/AdobeCreativeCloudInstaller.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeCreativeCloudInstaller.jss.recipe -------------------------------------------------------------------------------- /JSS/AdobeCreativeCloudInstaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeCreativeCloudInstaller.png -------------------------------------------------------------------------------- /JSS/AdobeCreativeCloudInstallerAppleSilicon.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeCreativeCloudInstallerAppleSilicon.jss.recipe -------------------------------------------------------------------------------- /JSS/AdobeCreativeCloudInstallerAppleSilicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeCreativeCloudInstallerAppleSilicon.png -------------------------------------------------------------------------------- /JSS/AdobeCreativeCloudInstallerUniversal.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeCreativeCloudInstallerUniversal.jss.recipe -------------------------------------------------------------------------------- /JSS/AdobeCreativeCloudInstallerUniversal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeCreativeCloudInstallerUniversal.png -------------------------------------------------------------------------------- /JSS/AdobeReader.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeReader.jss.recipe -------------------------------------------------------------------------------- /JSS/AdobeReaderDC.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeReaderDC.jss.recipe -------------------------------------------------------------------------------- /JSS/AdobeReaderDC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdobeReaderDC.png -------------------------------------------------------------------------------- /JSS/Adobe_Reader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Adobe_Reader.png -------------------------------------------------------------------------------- /JSS/AdwareMedic.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdwareMedic.jss.recipe -------------------------------------------------------------------------------- /JSS/AdwareMedic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AdwareMedic.png -------------------------------------------------------------------------------- /JSS/AmazonCorettoJDK11.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AmazonCorettoJDK11.jss.recipe -------------------------------------------------------------------------------- /JSS/AmazonCorettoJDK11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AmazonCorettoJDK11.png -------------------------------------------------------------------------------- /JSS/AmazonCorettoJDK8.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AmazonCorettoJDK8.jss.recipe -------------------------------------------------------------------------------- /JSS/AmazonCorettoJDK8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/AmazonCorettoJDK8.png -------------------------------------------------------------------------------- /JSS/Arq.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Arq.jss.recipe -------------------------------------------------------------------------------- /JSS/Arq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Arq.png -------------------------------------------------------------------------------- /JSS/Brisk.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Brisk.jss.recipe -------------------------------------------------------------------------------- /JSS/Brisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Brisk.png -------------------------------------------------------------------------------- /JSS/CFBundleVersionExtensionAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/CFBundleVersionExtensionAttribute.xml -------------------------------------------------------------------------------- /JSS/CFBundleVersionSmartGroupTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/CFBundleVersionSmartGroupTemplate.xml -------------------------------------------------------------------------------- /JSS/CiscoUmbrella.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/CiscoUmbrella.jss.recipe -------------------------------------------------------------------------------- /JSS/CiscoUmbrella.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/CiscoUmbrella.png -------------------------------------------------------------------------------- /JSS/CitrixWorkspace.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/CitrixWorkspace.jss.recipe -------------------------------------------------------------------------------- /JSS/CitrixWorkspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/CitrixWorkspace.png -------------------------------------------------------------------------------- /JSS/Cyberduck.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Cyberduck.jss.recipe -------------------------------------------------------------------------------- /JSS/Cyberduck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Cyberduck.png -------------------------------------------------------------------------------- /JSS/DbVisualizer.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/DbVisualizer.jss.recipe -------------------------------------------------------------------------------- /JSS/DbVisualizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/DbVisualizer.png -------------------------------------------------------------------------------- /JSS/DetectX.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/DetectX.jss.recipe -------------------------------------------------------------------------------- /JSS/DetectX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/DetectX.png -------------------------------------------------------------------------------- /JSS/Dropbox.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Dropbox.jss.recipe -------------------------------------------------------------------------------- /JSS/Dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Dropbox.png -------------------------------------------------------------------------------- /JSS/Eclipse-Mars.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Eclipse-Mars.jss.recipe -------------------------------------------------------------------------------- /JSS/Eclipse-MarsPreinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Eclipse-MarsPreinstall.sh -------------------------------------------------------------------------------- /JSS/Eclipse-MarsScriptTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Eclipse-MarsScriptTemplate.xml -------------------------------------------------------------------------------- /JSS/Eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Eclipse.png -------------------------------------------------------------------------------- /JSS/EndNoteX8.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/EndNoteX8.jss.recipe -------------------------------------------------------------------------------- /JSS/EndNoteX8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/EndNoteX8.png -------------------------------------------------------------------------------- /JSS/EndNoteX9.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/EndNoteX9.jss.recipe -------------------------------------------------------------------------------- /JSS/EndNoteX9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/EndNoteX9.png -------------------------------------------------------------------------------- /JSS/Fiji.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Fiji.jss.recipe -------------------------------------------------------------------------------- /JSS/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Fiji.png -------------------------------------------------------------------------------- /JSS/Firefox.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Firefox.jss.recipe -------------------------------------------------------------------------------- /JSS/Firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Firefox.png -------------------------------------------------------------------------------- /JSS/Geneious.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Geneious.jss.recipe -------------------------------------------------------------------------------- /JSS/Geneious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Geneious.png -------------------------------------------------------------------------------- /JSS/GitHubDesktop.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GitHubDesktop.jss.recipe -------------------------------------------------------------------------------- /JSS/GitHubDesktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GitHubDesktop.png -------------------------------------------------------------------------------- /JSS/GitHubDesktopExtensionAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GitHubDesktopExtensionAttribute.xml -------------------------------------------------------------------------------- /JSS/GitHubDesktopSmartGroupTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GitHubDesktopSmartGroupTemplate.xml -------------------------------------------------------------------------------- /JSS/GoogleChrome.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GoogleChrome.jss.recipe -------------------------------------------------------------------------------- /JSS/GoogleChrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GoogleChrome.png -------------------------------------------------------------------------------- /JSS/GoogleChromeEnterprise.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GoogleChromeEnterprise.jss.recipe -------------------------------------------------------------------------------- /JSS/GoogleChromeEnterprise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GoogleChromeEnterprise.png -------------------------------------------------------------------------------- /JSS/GoogleChromeUniversal.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GoogleChromeUniversal.jss.recipe -------------------------------------------------------------------------------- /JSS/GoogleChromeUniversal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/GoogleChromeUniversal.png -------------------------------------------------------------------------------- /JSS/Icons.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Icons.jss.recipe -------------------------------------------------------------------------------- /JSS/Icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Icons.png -------------------------------------------------------------------------------- /JSS/ImageJ.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/ImageJ.jss.recipe -------------------------------------------------------------------------------- /JSS/ImageJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/ImageJ.png -------------------------------------------------------------------------------- /JSS/IntelliJ-CE.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/IntelliJ-CE.jss.recipe -------------------------------------------------------------------------------- /JSS/IntelliJ-CE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/IntelliJ-CE.png -------------------------------------------------------------------------------- /JSS/JamfProtectInstaller.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/JamfProtectInstaller.jss.recipe -------------------------------------------------------------------------------- /JSS/JamfProtectInstaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/JamfProtectInstaller.png -------------------------------------------------------------------------------- /JSS/JamfProtectUninstaller.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/JamfProtectUninstaller.jss.recipe -------------------------------------------------------------------------------- /JSS/JamfProtectUninstaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/JamfProtectUninstaller.png -------------------------------------------------------------------------------- /JSS/MURAL.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MURAL.jss.recipe -------------------------------------------------------------------------------- /JSS/MURAL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MURAL.png -------------------------------------------------------------------------------- /JSS/MalwarebytesAntiMalware.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MalwarebytesAntiMalware.jss.recipe -------------------------------------------------------------------------------- /JSS/MalwarebytesAntiMalware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MalwarebytesAntiMalware.png -------------------------------------------------------------------------------- /JSS/MeisterTask.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MeisterTask.jss.recipe -------------------------------------------------------------------------------- /JSS/MeisterTask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MeisterTask.png -------------------------------------------------------------------------------- /JSS/MicrosoftAutoUpdate.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftAutoUpdate.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftAutoUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftAutoUpdate.png -------------------------------------------------------------------------------- /JSS/MicrosoftDefender.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftDefender.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftDefender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftDefender.png -------------------------------------------------------------------------------- /JSS/MicrosoftDefenderATP.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftDefenderATP.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftDefenderATP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftDefenderATP.png -------------------------------------------------------------------------------- /JSS/MicrosoftEdge.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftEdge.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftEdge.png -------------------------------------------------------------------------------- /JSS/MicrosoftExcel365.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftExcel365.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftExcel365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftExcel365.png -------------------------------------------------------------------------------- /JSS/MicrosoftIntuneCompanyPortal.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftIntuneCompanyPortal.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftIntuneCompanyPortal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftIntuneCompanyPortal.png -------------------------------------------------------------------------------- /JSS/MicrosoftOffice365BusinessProSuite.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOffice365BusinessProSuite.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftOffice365BusinessProSuite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOffice365BusinessProSuite.png -------------------------------------------------------------------------------- /JSS/MicrosoftOffice365Suite.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOffice365Suite.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftOffice365Suite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOffice365Suite.png -------------------------------------------------------------------------------- /JSS/MicrosoftOneDrive.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOneDrive.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftOneNote365.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOneNote365.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftOneNote365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOneNote365.png -------------------------------------------------------------------------------- /JSS/MicrosoftOpenJDK11.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOpenJDK11.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftOpenJDK11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOpenJDK11.png -------------------------------------------------------------------------------- /JSS/MicrosoftOutlook365.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOutlook365.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftOutlook365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftOutlook365.png -------------------------------------------------------------------------------- /JSS/MicrosoftPowerPoint365.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftPowerPoint365.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftPowerPoint365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftPowerPoint365.png -------------------------------------------------------------------------------- /JSS/MicrosoftRemoteDesktop.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftRemoteDesktop.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftRemoteDesktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftRemoteDesktop.png -------------------------------------------------------------------------------- /JSS/MicrosoftSkypeForBusiness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftSkypeForBusiness.png -------------------------------------------------------------------------------- /JSS/MicrosoftSkypeForBusiness365.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftSkypeForBusiness365.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftTeams.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftTeams.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftTeams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftTeams.png -------------------------------------------------------------------------------- /JSS/MicrosoftWord365.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftWord365.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftWord365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftWord365.png -------------------------------------------------------------------------------- /JSS/MicrosoftYammer.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftYammer.jss.recipe -------------------------------------------------------------------------------- /JSS/MicrosoftYammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MicrosoftYammer.png -------------------------------------------------------------------------------- /JSS/MountainDuck.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MountainDuck.jss.recipe -------------------------------------------------------------------------------- /JSS/MountainDuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/MountainDuck.png -------------------------------------------------------------------------------- /JSS/NoMAD.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/NoMAD.jss.recipe -------------------------------------------------------------------------------- /JSS/NoMAD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/NoMAD.png -------------------------------------------------------------------------------- /JSS/Office2016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Office2016.png -------------------------------------------------------------------------------- /JSS/Office2016Suite.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Office2016Suite.jss.recipe -------------------------------------------------------------------------------- /JSS/OneDrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OneDrive.png -------------------------------------------------------------------------------- /JSS/OpenJDK11.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OpenJDK11.jss.recipe -------------------------------------------------------------------------------- /JSS/OpenJDK11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OpenJDK11.png -------------------------------------------------------------------------------- /JSS/OpenJDK12.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OpenJDK12.jss.recipe -------------------------------------------------------------------------------- /JSS/OpenJDK12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OpenJDK12.png -------------------------------------------------------------------------------- /JSS/OpenJDK13.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OpenJDK13.jss.recipe -------------------------------------------------------------------------------- /JSS/OpenJDK13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OpenJDK13.png -------------------------------------------------------------------------------- /JSS/OracleJava11JDK.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OracleJava11JDK.jss.recipe -------------------------------------------------------------------------------- /JSS/OracleJava11JDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OracleJava11JDK.png -------------------------------------------------------------------------------- /JSS/OracleJava8.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OracleJava8.jss.recipe -------------------------------------------------------------------------------- /JSS/OracleJava8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OracleJava8.png -------------------------------------------------------------------------------- /JSS/OracleJava8ExtensionAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OracleJava8ExtensionAttribute.xml -------------------------------------------------------------------------------- /JSS/OracleJavaSmartGroupTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/OracleJavaSmartGroupTemplate.xml -------------------------------------------------------------------------------- /JSS/Packages.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Packages.jss.recipe -------------------------------------------------------------------------------- /JSS/Packages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Packages.png -------------------------------------------------------------------------------- /JSS/PasswordDepot.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/PasswordDepot.jss.recipe -------------------------------------------------------------------------------- /JSS/PasswordDepot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/PasswordDepot.png -------------------------------------------------------------------------------- /JSS/PolicyTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/PolicyTemplate.xml -------------------------------------------------------------------------------- /JSS/Prism.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Prism.jss.recipe -------------------------------------------------------------------------------- /JSS/Prism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Prism.png -------------------------------------------------------------------------------- /JSS/Privileges.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Privileges.jss.recipe -------------------------------------------------------------------------------- /JSS/Privileges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Privileges.png -------------------------------------------------------------------------------- /JSS/RStudio.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/RStudio.jss.recipe -------------------------------------------------------------------------------- /JSS/RStudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/RStudio.png -------------------------------------------------------------------------------- /JSS/ScriptTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/ScriptTemplate.xml -------------------------------------------------------------------------------- /JSS/SmartGroupTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/SmartGroupTemplate.xml -------------------------------------------------------------------------------- /JSS/TextWrangler.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/TextWrangler.jss.recipe -------------------------------------------------------------------------------- /JSS/TextWrangler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/TextWrangler.png -------------------------------------------------------------------------------- /JSS/VMwareHorizonClient.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/VMwareHorizonClient.jss.recipe -------------------------------------------------------------------------------- /JSS/VMwareHorizonClient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/VMwareHorizonClient.png -------------------------------------------------------------------------------- /JSS/VMwareTools.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/VMwareTools.jss.recipe -------------------------------------------------------------------------------- /JSS/VMwareTools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/VMwareTools.png -------------------------------------------------------------------------------- /JSS/Zscaler.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Zscaler.jss.recipe -------------------------------------------------------------------------------- /JSS/Zscaler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/Zscaler.png -------------------------------------------------------------------------------- /JSS/iMazingProfileEditor.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/iMazingProfileEditor.jss.recipe -------------------------------------------------------------------------------- /JSS/iMazingProfileEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/iMazingProfileEditor.png -------------------------------------------------------------------------------- /JSS/iPass.jss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/iPass.jss.recipe -------------------------------------------------------------------------------- /JSS/iPass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSS/iPass.png -------------------------------------------------------------------------------- /JSSImporter/JSSImporter.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSSImporter/JSSImporter.download.recipe -------------------------------------------------------------------------------- /JSSImporter/JSSImporter.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JSSImporter/JSSImporter.install.recipe -------------------------------------------------------------------------------- /JabraDirect/JabraDirect.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JabraDirect/JabraDirect.pkg.recipe -------------------------------------------------------------------------------- /JamfProtect/JamfProtect.installer.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JamfProtect/JamfProtect.installer.download.recipe -------------------------------------------------------------------------------- /JamfProtect/JamfProtect.installer.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JamfProtect/JamfProtect.installer.pkg.recipe -------------------------------------------------------------------------------- /JamfProtect/JamfProtect.uninstaller.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JamfProtect/JamfProtect.uninstaller.download.recipe -------------------------------------------------------------------------------- /JamfProtect/JamfProtect.uninstaller.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/JamfProtect/JamfProtect.uninstaller.pkg.recipe -------------------------------------------------------------------------------- /Jamf_Upload/CiscoUmbrella.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/CiscoUmbrella.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/CitrixWorkspace.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/CitrixWorkspace.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/CitrixWorkspaceUniversal.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/CitrixWorkspaceUniversal.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/GoogleChromePkg.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/GoogleChromePkg.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/JabraDirect.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/JabraDirect.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/JamfProtectInstaller.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/JamfProtectInstaller.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/JamfProtectUninstaller.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/JamfProtectUninstaller.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MURAL.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MURAL.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MicrosoftAutoUpdate.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MicrosoftAutoUpdate.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MicrosoftDefender.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MicrosoftDefender.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MicrosoftEdge.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MicrosoftEdge.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MicrosoftInTuneCompanyPortal.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MicrosoftInTuneCompanyPortal.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MicrosoftSkypeForBusiness.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MicrosoftSkypeForBusiness.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MicrosoftTeams.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MicrosoftTeams.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/MozillaThunderbird.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/MozillaThunderbird.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/Opera.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/Opera.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/OperaSigned.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/OperaSigned.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/PasswordDepot.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/PasswordDepot.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/PolyLens.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/PolyLens.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/Privileges.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/Privileges.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/SapMachineJDK11.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/SapMachineJDK11.jamf.recipe -------------------------------------------------------------------------------- /Jamf_Upload/SapMachineJDK17Universal.jamf.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Jamf_Upload/SapMachineJDK17Universal.jamf.recipe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/LICENSE -------------------------------------------------------------------------------- /LogiOptionsPlus/LogiOptionsPlus.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/LogiOptionsPlus/LogiOptionsPlus.download.recipe -------------------------------------------------------------------------------- /LogiOptionsPlus/LogiOptionsPlus.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/LogiOptionsPlus/LogiOptionsPlus.pkg.recipe -------------------------------------------------------------------------------- /LogiOptionsPlus/LogiOptionsPlusUninstaller.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/LogiOptionsPlus/LogiOptionsPlusUninstaller.pkg.recipe -------------------------------------------------------------------------------- /LogiOptionsPlusOffline/LogiOptionsPlusOffline.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/LogiOptionsPlusOffline/LogiOptionsPlusOffline.download.recipe -------------------------------------------------------------------------------- /LogiOptionsPlusOffline/LogiOptionsPlusOffline.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/LogiOptionsPlusOffline/LogiOptionsPlusOffline.pkg.recipe -------------------------------------------------------------------------------- /LogiOptionsPlusOffline/LogiOptionsPlusOfflineUninstaller.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/LogiOptionsPlusOffline/LogiOptionsPlusOfflineUninstaller.pkg.recipe -------------------------------------------------------------------------------- /MURAL/MURAL.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MURAL/MURAL.download.recipe -------------------------------------------------------------------------------- /MURAL/MURAL.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MURAL/MURAL.install.recipe -------------------------------------------------------------------------------- /MURAL/MURAL.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MURAL/MURAL.pkg.recipe -------------------------------------------------------------------------------- /Maccy/Maccy.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Maccy/Maccy.download.recipe -------------------------------------------------------------------------------- /Maccy/Maccy.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Maccy/Maccy.pkg.recipe -------------------------------------------------------------------------------- /MalwarebytesAntiMalware/MalwarebytesAntiMalware.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MalwarebytesAntiMalware/MalwarebytesAntiMalware.download.recipe -------------------------------------------------------------------------------- /MalwarebytesAntiMalware/MalwarebytesAntiMalware.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MalwarebytesAntiMalware/MalwarebytesAntiMalware.install.recipe -------------------------------------------------------------------------------- /MalwarebytesAntiMalware/MalwarebytesAntiMalware.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MalwarebytesAntiMalware/MalwarebytesAntiMalware.pkg.recipe -------------------------------------------------------------------------------- /MalwarebytesAntiMalware/Scripts/preinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MalwarebytesAntiMalware/Scripts/preinstall -------------------------------------------------------------------------------- /MeisterTask/MeisterTask.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MeisterTask/MeisterTask.download.recipe -------------------------------------------------------------------------------- /MeisterTask/MeisterTask.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MeisterTask/MeisterTask.install.recipe -------------------------------------------------------------------------------- /MeisterTask/MeisterTask.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MeisterTask/MeisterTask.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftAutoUpdate/MicrosoftAutoUpdate.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftAutoUpdate/MicrosoftAutoUpdate.download.recipe -------------------------------------------------------------------------------- /MicrosoftAutoUpdate/MicrosoftAutoUpdate.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftAutoUpdate/MicrosoftAutoUpdate.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftCopilot/MicrosoftCopilot.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftCopilot/MicrosoftCopilot.download.recipe -------------------------------------------------------------------------------- /MicrosoftCopilot/MicrosoftCopilot.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftCopilot/MicrosoftCopilot.install.recipe -------------------------------------------------------------------------------- /MicrosoftCopilot/MicrosoftCopilot.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftCopilot/MicrosoftCopilot.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftDefender/MicrosoftDefender.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefender/MicrosoftDefender.download.recipe -------------------------------------------------------------------------------- /MicrosoftDefender/MicrosoftDefender.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefender/MicrosoftDefender.install.recipe -------------------------------------------------------------------------------- /MicrosoftDefender/MicrosoftDefender.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefender/MicrosoftDefender.munki.recipe -------------------------------------------------------------------------------- /MicrosoftDefender/MicrosoftDefender.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefender/MicrosoftDefender.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftDefenderATP/MicrosoftDefenderATP.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefenderATP/MicrosoftDefenderATP.download.recipe -------------------------------------------------------------------------------- /MicrosoftDefenderATP/MicrosoftDefenderATP.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefenderATP/MicrosoftDefenderATP.install.recipe -------------------------------------------------------------------------------- /MicrosoftDefenderATP/MicrosoftDefenderATP.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefenderATP/MicrosoftDefenderATP.munki.recipe -------------------------------------------------------------------------------- /MicrosoftDefenderATP/MicrosoftDefenderATP.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftDefenderATP/MicrosoftDefenderATP.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftEdge/MicrosoftEdge.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftEdge/MicrosoftEdge.download.recipe -------------------------------------------------------------------------------- /MicrosoftEdge/MicrosoftEdge.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftEdge/MicrosoftEdge.install.recipe -------------------------------------------------------------------------------- /MicrosoftEdge/MicrosoftEdge.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftEdge/MicrosoftEdge.munki.recipe -------------------------------------------------------------------------------- /MicrosoftEdge/MicrosoftEdge.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftEdge/MicrosoftEdge.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftExcel365/MicrosoftExcel365.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftExcel365/MicrosoftExcel365.download.recipe -------------------------------------------------------------------------------- /MicrosoftExcel365/MicrosoftExcel365.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftExcel365/MicrosoftExcel365.install.recipe -------------------------------------------------------------------------------- /MicrosoftExcel365/MicrosoftExcel365.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftExcel365/MicrosoftExcel365.munki.recipe -------------------------------------------------------------------------------- /MicrosoftExcel365/MicrosoftExcel365.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftExcel365/MicrosoftExcel365.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftIntuneCompanyPortal/MicrosoftIntuneCompanyPortal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftIntuneCompanyPortal/MicrosoftIntuneCompanyPortal.download.recipe -------------------------------------------------------------------------------- /MicrosoftIntuneCompanyPortal/MicrosoftIntuneCompanyPortal.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftIntuneCompanyPortal/MicrosoftIntuneCompanyPortal.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOffice365BusinessProSuite/MicrosoftOffice365BusinessProSuite.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOffice365BusinessProSuite/MicrosoftOffice365BusinessProSuite.download.recipe -------------------------------------------------------------------------------- /MicrosoftOffice365BusinessProSuite/MicrosoftOffice365BusinessProSuite.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOffice365BusinessProSuite/MicrosoftOffice365BusinessProSuite.munki.recipe -------------------------------------------------------------------------------- /MicrosoftOffice365BusinessProSuite/MicrosoftOffice365BusinessProSuite.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOffice365BusinessProSuite/MicrosoftOffice365BusinessProSuite.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOffice365Suite/MicrosoftOffice365Suite.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOffice365Suite/MicrosoftOffice365Suite.download.recipe -------------------------------------------------------------------------------- /MicrosoftOffice365Suite/MicrosoftOffice365Suite.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOffice365Suite/MicrosoftOffice365Suite.munki.recipe -------------------------------------------------------------------------------- /MicrosoftOffice365Suite/MicrosoftOffice365Suite.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOffice365Suite/MicrosoftOffice365Suite.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOffice365Suite/OfficeSuiteSKULessVersionProvider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOffice365Suite/OfficeSuiteSKULessVersionProvider.py -------------------------------------------------------------------------------- /MicrosoftOneDrive/MicrosoftOneDrive.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneDrive/MicrosoftOneDrive.download.recipe -------------------------------------------------------------------------------- /MicrosoftOneDrive/MicrosoftOneDrive.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneDrive/MicrosoftOneDrive.install.recipe -------------------------------------------------------------------------------- /MicrosoftOneDrive/MicrosoftOneDrive.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneDrive/MicrosoftOneDrive.munki.recipe -------------------------------------------------------------------------------- /MicrosoftOneDrive/MicrosoftOneDrive.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneDrive/MicrosoftOneDrive.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOneDrive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneDrive/README.md -------------------------------------------------------------------------------- /MicrosoftOneNote365/MicrosoftOneNote365.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneNote365/MicrosoftOneNote365.download.recipe -------------------------------------------------------------------------------- /MicrosoftOneNote365/MicrosoftOneNote365.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneNote365/MicrosoftOneNote365.install.recipe -------------------------------------------------------------------------------- /MicrosoftOneNote365/MicrosoftOneNote365.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneNote365/MicrosoftOneNote365.munki.recipe -------------------------------------------------------------------------------- /MicrosoftOneNote365/MicrosoftOneNote365.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOneNote365/MicrosoftOneNote365.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK11/MicrosoftOpenJDK11AppleSilicon.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK11/MicrosoftOpenJDK11AppleSilicon.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK11/MicrosoftOpenJDK11AppleSilicon.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK11/MicrosoftOpenJDK11AppleSilicon.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK11/MicrosoftOpenJDK11Intel.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK11/MicrosoftOpenJDK11Intel.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK11/MicrosoftOpenJDK11Intel.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK11/MicrosoftOpenJDK11Intel.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK17/MicrosoftOpenJDK17AppleSilicon.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK17/MicrosoftOpenJDK17AppleSilicon.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK17/MicrosoftOpenJDK17AppleSilicon.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK17/MicrosoftOpenJDK17AppleSilicon.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK17/MicrosoftOpenJDK17Intel.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK17/MicrosoftOpenJDK17Intel.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK17/MicrosoftOpenJDK17Intel.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK17/MicrosoftOpenJDK17Intel.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK21/MicrosoftOpenJDK21AppleSilicon.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK21/MicrosoftOpenJDK21AppleSilicon.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK21/MicrosoftOpenJDK21AppleSilicon.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK21/MicrosoftOpenJDK21AppleSilicon.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK21/MicrosoftOpenJDK21Intel.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK21/MicrosoftOpenJDK21Intel.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK21/MicrosoftOpenJDK21Intel.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK21/MicrosoftOpenJDK21Intel.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK25/MicrosoftOpenJDK25AppleSilicon.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK25/MicrosoftOpenJDK25AppleSilicon.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK25/MicrosoftOpenJDK25AppleSilicon.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK25/MicrosoftOpenJDK25AppleSilicon.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK25/MicrosoftOpenJDK25Intel.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK25/MicrosoftOpenJDK25Intel.download.recipe -------------------------------------------------------------------------------- /MicrosoftOpenJDK25/MicrosoftOpenJDK25Intel.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOpenJDK25/MicrosoftOpenJDK25Intel.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftOutlook365/MicrosoftOutlook365.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOutlook365/MicrosoftOutlook365.download.recipe -------------------------------------------------------------------------------- /MicrosoftOutlook365/MicrosoftOutlook365.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOutlook365/MicrosoftOutlook365.install.recipe -------------------------------------------------------------------------------- /MicrosoftOutlook365/MicrosoftOutlook365.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOutlook365/MicrosoftOutlook365.munki.recipe -------------------------------------------------------------------------------- /MicrosoftOutlook365/MicrosoftOutlook365.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftOutlook365/MicrosoftOutlook365.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftPowerPoint365/MicrosoftPowerPoint365.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftPowerPoint365/MicrosoftPowerPoint365.download.recipe -------------------------------------------------------------------------------- /MicrosoftPowerPoint365/MicrosoftPowerPoint365.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftPowerPoint365/MicrosoftPowerPoint365.install.recipe -------------------------------------------------------------------------------- /MicrosoftPowerPoint365/MicrosoftPowerPoint365.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftPowerPoint365/MicrosoftPowerPoint365.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftPowerPoint365/MicrosoftPowerpoint365.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftPowerPoint365/MicrosoftPowerpoint365.munki.recipe -------------------------------------------------------------------------------- /MicrosoftRemoteDesktop/MicrosoftRemoteDesktop.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftRemoteDesktop/MicrosoftRemoteDesktop.download.recipe -------------------------------------------------------------------------------- /MicrosoftRemoteDesktop/MicrosoftRemoteDesktop.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftRemoteDesktop/MicrosoftRemoteDesktop.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftRemoteHelp/MicrosoftRemoteHelp.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftRemoteHelp/MicrosoftRemoteHelp.download.recipe -------------------------------------------------------------------------------- /MicrosoftRemoteHelp/MicrosoftRemoteHelp.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftRemoteHelp/MicrosoftRemoteHelp.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftSharepointBrowserPlugin/MicrosoftSharepointBrowserPlugin.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftSharepointBrowserPlugin/MicrosoftSharepointBrowserPlugin.download.recipe -------------------------------------------------------------------------------- /MicrosoftSharepointBrowserPlugin/MicrosoftSharepointBrowserPlugin.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftSharepointBrowserPlugin/MicrosoftSharepointBrowserPlugin.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftSkypeForBusiness365/MicrosoftSkypeForBusiness365.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftSkypeForBusiness365/MicrosoftSkypeForBusiness365.download.recipe -------------------------------------------------------------------------------- /MicrosoftSkypeForBusiness365/MicrosoftSkypeForBusiness365.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftSkypeForBusiness365/MicrosoftSkypeForBusiness365.munki.recipe -------------------------------------------------------------------------------- /MicrosoftSkypeForBusiness365/MicrosoftSkypeForBusiness365.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftSkypeForBusiness365/MicrosoftSkypeForBusiness365.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeams.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeams.download.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeams.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeams.install.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeams.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeams.munki.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeams.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeams.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeamsClassic.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeamsClassic.download.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeamsClassic.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeamsClassic.install.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeamsClassic.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeamsClassic.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeamsForWorkOrSchool.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeamsForWorkOrSchool.download.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeamsForWorkOrSchool.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeamsForWorkOrSchool.install.recipe -------------------------------------------------------------------------------- /MicrosoftTeams/MicrosoftTeamsForWorkOrSchool.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeams/MicrosoftTeamsForWorkOrSchool.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftTeamsAudioDriver/MicrosoftTeamsAudioDriver.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeamsAudioDriver/MicrosoftTeamsAudioDriver.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftTeamsAudioDriver/MicrosoftTeamsClassicAudioDriver.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftTeamsAudioDriver/MicrosoftTeamsClassicAudioDriver.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftWindowsApp/MicrosoftWindowsApp.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftWindowsApp/MicrosoftWindowsApp.download.recipe -------------------------------------------------------------------------------- /MicrosoftWindowsApp/MicrosoftWindowsApp.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftWindowsApp/MicrosoftWindowsApp.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftWord365/MicrosoftWord365.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftWord365/MicrosoftWord365.download.recipe -------------------------------------------------------------------------------- /MicrosoftWord365/MicrosoftWord365.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftWord365/MicrosoftWord365.install.recipe -------------------------------------------------------------------------------- /MicrosoftWord365/MicrosoftWord365.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftWord365/MicrosoftWord365.munki.recipe -------------------------------------------------------------------------------- /MicrosoftWord365/MicrosoftWord365.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftWord365/MicrosoftWord365.pkg.recipe -------------------------------------------------------------------------------- /MicrosoftYammer/MicrosoftYammer.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftYammer/MicrosoftYammer.download.recipe -------------------------------------------------------------------------------- /MicrosoftYammer/MicrosoftYammer.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftYammer/MicrosoftYammer.install.recipe -------------------------------------------------------------------------------- /MicrosoftYammer/MicrosoftYammer.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MicrosoftYammer/MicrosoftYammer.pkg.recipe -------------------------------------------------------------------------------- /MindManager/MindManager.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MindManager/MindManager.download.recipe -------------------------------------------------------------------------------- /MindManager/MindManager.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MindManager/MindManager.pkg.recipe -------------------------------------------------------------------------------- /MountainDuck/MountainDuck.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MountainDuck/MountainDuck.download.recipe -------------------------------------------------------------------------------- /MountainDuck/MountainDuck.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MountainDuck/MountainDuck.install.recipe -------------------------------------------------------------------------------- /MountainDuck/MountainDuck.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MountainDuck/MountainDuck.munki.recipe -------------------------------------------------------------------------------- /MountainDuck/MountainDuck.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MountainDuck/MountainDuck.pkg.recipe -------------------------------------------------------------------------------- /MozillaThunderbird/MozillaThunderbird.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/MozillaThunderbird/MozillaThunderbird.pkg.recipe -------------------------------------------------------------------------------- /NexThinkCollector/NexThinkCollector.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/NexThinkCollector/NexThinkCollector.download.recipe -------------------------------------------------------------------------------- /NexThinkCollector/NexThinkCollector.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/NexThinkCollector/NexThinkCollector.pkg.recipe -------------------------------------------------------------------------------- /NexThinkCollector/NexThinkCollector.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/NexThinkCollector/NexThinkCollector.sign.recipe -------------------------------------------------------------------------------- /NexThinkCollector/NexThinkCollectorUninstaller.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/NexThinkCollector/NexThinkCollectorUninstaller.pkg.recipe -------------------------------------------------------------------------------- /NexThinkCollector/NexThinkCollectorUninstaller.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/NexThinkCollector/NexThinkCollectorUninstaller.sign.recipe -------------------------------------------------------------------------------- /OSXElCapitan/OSXElCapitan.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXElCapitan/OSXElCapitan.download.recipe -------------------------------------------------------------------------------- /OSXElCapitan/OSXElCapitan.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXElCapitan/OSXElCapitan.pkg.recipe -------------------------------------------------------------------------------- /OSXLion/OSXLion.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXLion/OSXLion.download.recipe -------------------------------------------------------------------------------- /OSXLion/OSXLion.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXLion/OSXLion.pkg.recipe -------------------------------------------------------------------------------- /OSXMountainLion/OSXMountainLion.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXMountainLion/OSXMountainLion.download.recipe -------------------------------------------------------------------------------- /OSXMountainLion/OSXMountainLion.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXMountainLion/OSXMountainLion.pkg.recipe -------------------------------------------------------------------------------- /OSXYosemite/OSXYosemite.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXYosemite/OSXYosemite.download.recipe -------------------------------------------------------------------------------- /OSXYosemite/OSXYosemite.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OSXYosemite/OSXYosemite.pkg.recipe -------------------------------------------------------------------------------- /Office2016Suite/Office2016Suite.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Office2016Suite/Office2016Suite.pkg.recipe -------------------------------------------------------------------------------- /OmnissaHorizonClient/OmnissaHorizonClient.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OmnissaHorizonClient/OmnissaHorizonClient.install.recipe -------------------------------------------------------------------------------- /OmnissaHorizonClient/OmnissaHorizonClient.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OmnissaHorizonClient/OmnissaHorizonClient.pkg.recipe -------------------------------------------------------------------------------- /OpenJDK17/OpenJDKAppleSiliconJDK17.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK17/OpenJDKAppleSiliconJDK17.download.recipe -------------------------------------------------------------------------------- /OpenJDK17/OpenJDKAppleSiliconJDK17.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK17/OpenJDKAppleSiliconJDK17.pkg.recipe -------------------------------------------------------------------------------- /OpenJDK17/OpenJDKIntelJDK17.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK17/OpenJDKIntelJDK17.download.recipe -------------------------------------------------------------------------------- /OpenJDK17/OpenJDKIntelJDK17.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK17/OpenJDKIntelJDK17.pkg.recipe -------------------------------------------------------------------------------- /OpenJDK21/OpenJDKAppleSiliconJDK21.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK21/OpenJDKAppleSiliconJDK21.download.recipe -------------------------------------------------------------------------------- /OpenJDK21/OpenJDKAppleSiliconJDK21.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK21/OpenJDKAppleSiliconJDK21.pkg.recipe -------------------------------------------------------------------------------- /OpenJDK21/OpenJDKIntelJDK21.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK21/OpenJDKIntelJDK21.download.recipe -------------------------------------------------------------------------------- /OpenJDK21/OpenJDKIntelJDK21.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK21/OpenJDKIntelJDK21.pkg.recipe -------------------------------------------------------------------------------- /OpenJDK25/OpenJDKAppleSiliconJDK25.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK25/OpenJDKAppleSiliconJDK25.download.recipe -------------------------------------------------------------------------------- /OpenJDK25/OpenJDKAppleSiliconJDK25.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK25/OpenJDKAppleSiliconJDK25.pkg.recipe -------------------------------------------------------------------------------- /OpenJDK25/OpenJDKIntelJDK25.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK25/OpenJDKIntelJDK25.download.recipe -------------------------------------------------------------------------------- /OpenJDK25/OpenJDKIntelJDK25.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJDK25/OpenJDKIntelJDK25.pkg.recipe -------------------------------------------------------------------------------- /OpenJavaFX/OpenJavaFX.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/OpenJavaFX/OpenJavaFX.download.recipe -------------------------------------------------------------------------------- /Opera/Opera.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Opera/Opera.sign.recipe -------------------------------------------------------------------------------- /Packages/Packages.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Packages/Packages.install.recipe -------------------------------------------------------------------------------- /Packages/Packages.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Packages/Packages.pkg.recipe -------------------------------------------------------------------------------- /ParallelsTools/ParallelsTools.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/ParallelsTools/ParallelsTools.pkg.recipe -------------------------------------------------------------------------------- /PasswordDepot/PasswordDepot.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PasswordDepot/PasswordDepot.download.recipe -------------------------------------------------------------------------------- /PasswordDepot/PasswordDepot.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PasswordDepot/PasswordDepot.install.recipe -------------------------------------------------------------------------------- /PasswordDepot/PasswordDepot.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PasswordDepot/PasswordDepot.pkg.recipe -------------------------------------------------------------------------------- /PolyLens/PolyLens.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PolyLens/PolyLens.download.recipe -------------------------------------------------------------------------------- /PolyLens/PolyLens.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PolyLens/PolyLens.pkg.recipe -------------------------------------------------------------------------------- /PostProcessors/PostProcessors.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PostProcessors/PostProcessors.recipe -------------------------------------------------------------------------------- /PostProcessors/slacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PostProcessors/slacker.py -------------------------------------------------------------------------------- /PowerMonitor/PowerMonitor.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PowerMonitor/PowerMonitor.download.recipe -------------------------------------------------------------------------------- /PowerMonitor/PowerMonitor.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PowerMonitor/PowerMonitor.install.recipe -------------------------------------------------------------------------------- /PowerMonitor/PowerMonitor.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/PowerMonitor/PowerMonitor.pkg.recipe -------------------------------------------------------------------------------- /Prism/Prism.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Prism/Prism.download.recipe -------------------------------------------------------------------------------- /Prism/Prism.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Prism/Prism.install.recipe -------------------------------------------------------------------------------- /Prism/Prism.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Prism/Prism.pkg.recipe -------------------------------------------------------------------------------- /Privileges/Privileges.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Privileges/Privileges.download.recipe -------------------------------------------------------------------------------- /Privileges/Privileges.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Privileges/Privileges.install.recipe -------------------------------------------------------------------------------- /Privileges/Privileges.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Privileges/Privileges.munki.recipe -------------------------------------------------------------------------------- /Privileges/Privileges.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Privileges/Privileges.pkg.recipe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/README.md -------------------------------------------------------------------------------- /RStudio/RStudio.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/RStudio/RStudio.download.recipe -------------------------------------------------------------------------------- /RStudio/RStudio.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/RStudio/RStudio.install.recipe -------------------------------------------------------------------------------- /RStudio/RStudio.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/RStudio/RStudio.pkg.recipe -------------------------------------------------------------------------------- /Rectangle/Rectangle.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Rectangle/Rectangle.pkg.recipe -------------------------------------------------------------------------------- /SAPGUI/SAPGUI.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SAPGUI/SAPGUI.download.recipe -------------------------------------------------------------------------------- /SAPGUI/SAPGUIWithTemplate.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SAPGUI/SAPGUIWithTemplate.pkg.recipe -------------------------------------------------------------------------------- /SAPGUI/SAPGUIWithTemplate.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SAPGUI/SAPGUIWithTemplate.sign.recipe -------------------------------------------------------------------------------- /SAPGUI/SAPGUIWithoutTemplate.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SAPGUI/SAPGUIWithoutTemplate.pkg.recipe -------------------------------------------------------------------------------- /SAPGUI/SAPGUIWithoutTemplate.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SAPGUI/SAPGUIWithoutTemplate.sign.recipe -------------------------------------------------------------------------------- /SDNotary/SDNotary.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SDNotary/SDNotary.download.recipe -------------------------------------------------------------------------------- /SDNotary/SDNotary.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SDNotary/SDNotary.pkg.recipe -------------------------------------------------------------------------------- /SapMachine/SapMachine.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachine/SapMachine.download.recipe -------------------------------------------------------------------------------- /SapMachine/SapMachine.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachine/SapMachine.pkg.recipe -------------------------------------------------------------------------------- /SapMachineJDK17/SapMachineAppleSiliconJDK17.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK17/SapMachineAppleSiliconJDK17.download.recipe -------------------------------------------------------------------------------- /SapMachineJDK17/SapMachineAppleSiliconJDK17.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK17/SapMachineAppleSiliconJDK17.pkg.recipe -------------------------------------------------------------------------------- /SapMachineJDK17/SapMachineIntelJDK17.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK17/SapMachineIntelJDK17.download.recipe -------------------------------------------------------------------------------- /SapMachineJDK17/SapMachineIntelJDK17.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK17/SapMachineIntelJDK17.pkg.recipe -------------------------------------------------------------------------------- /SapMachineJDK17Universal/SapMachineJDK17Universal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK17Universal/SapMachineJDK17Universal.download.recipe -------------------------------------------------------------------------------- /SapMachineJDK17Universal/SapMachineJDK17Universal.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK17Universal/SapMachineJDK17Universal.pkg.recipe -------------------------------------------------------------------------------- /SapMachineJDK21/SapMachineAppleSiliconJDK21.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK21/SapMachineAppleSiliconJDK21.download.recipe -------------------------------------------------------------------------------- /SapMachineJDK21/SapMachineAppleSiliconJDK21.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK21/SapMachineAppleSiliconJDK21.pkg.recipe -------------------------------------------------------------------------------- /SapMachineJDK21/SapMachineIntelJDK21.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK21/SapMachineIntelJDK21.download.recipe -------------------------------------------------------------------------------- /SapMachineJDK21/SapMachineIntelJDK21.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK21/SapMachineIntelJDK21.pkg.recipe -------------------------------------------------------------------------------- /SapMachineJDK21Universal/SapMachineJDK21Universal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK21Universal/SapMachineJDK21Universal.download.recipe -------------------------------------------------------------------------------- /SapMachineJDK21Universal/SapMachineJDK21Universal.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK21Universal/SapMachineJDK21Universal.pkg.recipe -------------------------------------------------------------------------------- /SapMachineJDK25/SapMachineAppleSiliconJDK25.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK25/SapMachineAppleSiliconJDK25.download.recipe -------------------------------------------------------------------------------- /SapMachineJDK25/SapMachineAppleSiliconJDK25.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineJDK25/SapMachineAppleSiliconJDK25.pkg.recipe -------------------------------------------------------------------------------- /SapMachineManager/SapMachineManager.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineManager/SapMachineManager.download.recipe -------------------------------------------------------------------------------- /SapMachineManager/SapMachineManager.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineManager/SapMachineManager.install.recipe -------------------------------------------------------------------------------- /SapMachineManager/SapMachineManager.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SapMachineManager/SapMachineManager.pkg.recipe -------------------------------------------------------------------------------- /Script2Pkg/Script2Pkg.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Script2Pkg/Script2Pkg.download.recipe -------------------------------------------------------------------------------- /Script2Pkg/Script2Pkg.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Script2Pkg/Script2Pkg.install.recipe -------------------------------------------------------------------------------- /Script2Pkg/Script2Pkg.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Script2Pkg/Script2Pkg.pkg.recipe -------------------------------------------------------------------------------- /SharedProcessors/DistributionPackageCreator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SharedProcessors/DistributionPackageCreator.py -------------------------------------------------------------------------------- /SharedProcessors/Example.distpkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SharedProcessors/Example.distpkg.recipe -------------------------------------------------------------------------------- /SharedProcessors/Example.sign.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SharedProcessors/Example.sign.recipe -------------------------------------------------------------------------------- /SharedProcessors/PkgSigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SharedProcessors/PkgSigner.py -------------------------------------------------------------------------------- /SharedProcessors/SharedProcessors.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SharedProcessors/SharedProcessors.recipe -------------------------------------------------------------------------------- /SharedProcessors/VariablePlaceholder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SharedProcessors/VariablePlaceholder.py -------------------------------------------------------------------------------- /SigningManager/SigningManager.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SigningManager/SigningManager.download.recipe -------------------------------------------------------------------------------- /SigningManager/SigningManager.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SigningManager/SigningManager.install.recipe -------------------------------------------------------------------------------- /SigningManager/SigningManager.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/SigningManager/SigningManager.pkg.recipe -------------------------------------------------------------------------------- /Slack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Slack/README.md -------------------------------------------------------------------------------- /Slack/SlackAppleSilicon.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Slack/SlackAppleSilicon.download.recipe -------------------------------------------------------------------------------- /Slack/SlackAppleSilicon.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Slack/SlackAppleSilicon.pkg.recipe -------------------------------------------------------------------------------- /Slack/SlackIntel.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Slack/SlackIntel.download.recipe -------------------------------------------------------------------------------- /Slack/SlackIntel.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Slack/SlackIntel.pkg.recipe -------------------------------------------------------------------------------- /Slack/SlackUniversal.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Slack/SlackUniversal.download.recipe -------------------------------------------------------------------------------- /Slack/SlackUniversal.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Slack/SlackUniversal.pkg.recipe -------------------------------------------------------------------------------- /UTMGuestTools/UTMGuestTools.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/UTMGuestTools/UTMGuestTools.download.recipe -------------------------------------------------------------------------------- /UTMGuestTools/UTMGuestTools.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/UTMGuestTools/UTMGuestTools.pkg.recipe -------------------------------------------------------------------------------- /VMware-Tools/VMwareTools.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/VMware-Tools/VMwareTools.download.recipe -------------------------------------------------------------------------------- /VMware-Tools/VMwareTools.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/VMware-Tools/VMwareTools.install.recipe -------------------------------------------------------------------------------- /VMware-Tools/VMwareTools.munki.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/VMware-Tools/VMwareTools.munki.recipe -------------------------------------------------------------------------------- /VMware-Tools/VMwareTools.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/VMware-Tools/VMwareTools.pkg.recipe -------------------------------------------------------------------------------- /VMwareHorizonClient/VMwareHorizonClient.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/VMwareHorizonClient/VMwareHorizonClient.install.recipe -------------------------------------------------------------------------------- /VMwareHorizonClient/VMwareHorizonClient.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/VMwareHorizonClient/VMwareHorizonClient.pkg.recipe -------------------------------------------------------------------------------- /WindowsApp/WindowsApp.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/WindowsApp/WindowsApp.download.recipe -------------------------------------------------------------------------------- /WindowsApp/WindowsApp.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/WindowsApp/WindowsApp.pkg.recipe -------------------------------------------------------------------------------- /Xcodes/Xcodes.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Xcodes/Xcodes.pkg.recipe -------------------------------------------------------------------------------- /Zscaler/Zscaler.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Zscaler/Zscaler.download.recipe -------------------------------------------------------------------------------- /Zscaler/Zscaler.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/Zscaler/Zscaler.pkg.recipe -------------------------------------------------------------------------------- /iMazingProfileEditor/iMazingProfileEditor.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/iMazingProfileEditor/iMazingProfileEditor.download.recipe -------------------------------------------------------------------------------- /iMazingProfileEditor/iMazingProfileEditor.install.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/iMazingProfileEditor/iMazingProfileEditor.install.recipe -------------------------------------------------------------------------------- /iMazingProfileEditor/iMazingProfileEditor.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/iMazingProfileEditor/iMazingProfileEditor.pkg.recipe -------------------------------------------------------------------------------- /iPass/iPass.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/iPass/iPass.download.recipe -------------------------------------------------------------------------------- /iPass/iPass.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/iPass/iPass.pkg.recipe -------------------------------------------------------------------------------- /macOSSierra/macOSSierra.download.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/macOSSierra/macOSSierra.download.recipe -------------------------------------------------------------------------------- /macOSSierra/macOSSierra.pkg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autopkg/rtrouton-recipes/HEAD/macOSSierra/macOSSierra.pkg.recipe --------------------------------------------------------------------------------