Files
munki/code/tools/pkgresources/Scripts_autorun/postinstall
Elliot Jordan 41e6d38cc5 Spelling fixes for Munki 7 branch (#1263)
* Fix SidebarViewController.swift file name

* Fix spelling in comments

* Fix spelling in strings and output

* Fix spelling in variables and key names

* One more pass at spelling fixes
2025-08-27 12:27:12 -07:00

9 lines
404 B
Bash
Executable File

#!/bin/sh
# use launchctl to submit a job to run managedsoftwareupdate
# so that the script returns before the job finishes and ending
# the installer task does not end the managedsoftwareupdate run
# (It's quite possible that `/usr/local/munki/managedsoftwareupdate --auto &`
# would work as well!)
/bin/launchctl submit -l com.googlecode.munki.autorun -- /usr/local/munki/managedsoftwareupdate --auto