munki-in-a-box
munki-in-a-box copied to clipboard
A Quick Setup and Fill Repository for Munki with AutoPKG
Many of the changes I've made were suggested by [Shellcheck](https://github.com/koalaman/shellcheck/wiki), and a few are personal preferences. Take what you like, leave the rest!
Writing to known locations in your filesystem can be a security problem
- Fixed issues with admin user not in /Users (e.g. /private/var/.home/) using ~$ADMINUSERNAME instead of /Users/$ADMINUSERNAME - Fixed issues with elevated privileges using tee instead of redirects [tbridge-munki-in-a-box.zip](https://github.com/tbridge/munki-in-a-box/files/283196/tbridge-munki-in-a-box.zip)
Just added the munki2 icons folder. Looking into the icon extraction code.... not looking too good
I created the commands necessary to enable php5 and start up the web server with serveradmin. I've not run with the whole script yet, but the individual commands work in...