
Next, we want to be able to launch Sublime Text from the command line. Accept the default settings during installation. Start by downloading and installing Sublime Text. Open a Powershell window “as Administrator” and execute the following : After downloading, run the installer and accept the default settings. This post is just some notes to remind me how I like to setup a Windows 10 machine for editing scripts.įirst step, install Git.
#Spss 23 silent install for mac#
Source files can be found in this GitHub repo Posted in Mac OS | Tagged MacOS, Munki, script | Leave a reply Renewing SPSS for Mac License Silently – Update Conversely I can add it to managed_uninstalls to disable remote login. I now have an item that when added to managed_installs will enable SSH on the next munki run. The plist was copied into our munki repo and makecatalogs was run. I then had to edit Enable_SSH-1.0.plist to add an uninstallable key with a value of True. postinstall_script postinstall_script.sh \ installcheck_script installcheck_script.sh \ To build these into a suitable munki pkgsinfo : usr/sbin/systemsetup -f -setremotelogin Off

Next, the postinstall_script to enable SSH :įinally, the uninstall_script to disable SSH:

# exit 0 to tell Munki an install is needed I chose to do a nopkg installer to do this.įirst up, the installcheck_script to check if SSH is enabled : I wanted to use Munki to enable SSH on select systems for testing, and then be able to disable it after testing was completed. We do not have SSH enabled by default on our managed macOS clients. Obviously being able to remotely login to these systems is a lot more efficient than traveling around to all the locations. I recently needed to be able to test connectivity from client systems in a number of locations to some new infrastructure.
