├── AppleSetupDone.pkg ├── LICENSE ├── README.md └── configure_jamf_pro ├── README.md ├── com.apple.loginwindow.plist ├── configure_jamf_pro.py ├── edu.utah.scl.start_safari.plist └── start_safari.py /AppleSetupDone.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/AppleSetupDone.pkg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/README.md -------------------------------------------------------------------------------- /configure_jamf_pro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/configure_jamf_pro/README.md -------------------------------------------------------------------------------- /configure_jamf_pro/com.apple.loginwindow.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/configure_jamf_pro/com.apple.loginwindow.plist -------------------------------------------------------------------------------- /configure_jamf_pro/configure_jamf_pro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/configure_jamf_pro/configure_jamf_pro.py -------------------------------------------------------------------------------- /configure_jamf_pro/edu.utah.scl.start_safari.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/configure_jamf_pro/edu.utah.scl.start_safari.plist -------------------------------------------------------------------------------- /configure_jamf_pro/start_safari.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/jamf_pro_in_a_virtual_box/HEAD/configure_jamf_pro/start_safari.py --------------------------------------------------------------------------------