It's possible to run the installers for iodyne Utility from the CLI. This can be useful for preloading iodyne drivers and utilities using automated deployment tools. Below are instructions for how to run the installers "headless" for the platforms we support.
macOS
- Download the latest copy of the macOS iodyne Utility installer from: r.iodyne.com/mac/download
- Change Startup Security Policy to "Reduced Security". See macOS Install Guide for more details.
- Open a Terminal window.
- From Terminal run:
sudo touch ~/.iodyne_installer_conf
sudo installer -pkg <path_to_iodyne_utility_installer_pkg> -target /
NOTE: The macOS system popup to allow the iodyne kext in System Settings will still appear. The kext must be enabled either manually or via an automation tool.