Files
MacAdmin/Software
Zack T 2bf57b6705 v1.2.1 = Fixed various issues for Matlab 2017b
+ Fixed various issues found after further testing for Matlab 2017b
 - Remove the argument '-mode silent' from install line; added it back to the installer_input file
 + The 'staging' method from the last revision for the network.lic file did not work, as Matlab does not 'look' for it until it's first launch, which, at that time, the network.lic file is gone (it's pointing to the tempoary unpack directory of the pkg)
2018-01-11 15:47:47 -07:00
..
2017-08-15 12:32:30 -07:00
2018-01-09 20:24:03 -07:00
2018-01-10 19:40:04 -07:00
2017-08-15 11:01:57 -07:00
2017-08-14 16:08:01 -07:00
2017-08-15 11:17:25 -07:00
2017-08-15 11:01:57 -07:00

macOS.Software

In this repository are various scripts that I have written to maintain macOS Software.

com.apple.Safari

Description: This .plist file sets the exceptions or permissions to allow a specified website to run Java and Flash plug-ins in Safari -- used it in a MDM to deploy to devices. It is similar to the config_FirefoxPermissions.ps1 script in the Windows.Software repository. (Dumb and strong approach, dropping it in will override any current settings...I planned to script this, just never got around to it...maybe with time I can get to this as well as adopt the Windows Firefox Permissions script for macOS as well.)

install_DesktopShortcuts.sh

Description: This is a script to deploy Desktop Shortcuts to the logged in user and default users profiles.

install_Fonts.sh

Description: This script copies all the fonts to the System Fonts folder. (This was an old script I used with a custom package to provide the files and 'install' them.)

Managing the Java JRE

Description: These configuration files are for managing the Java Runtime Environment on client systems. I used these files and scripts to whitelist websites and Java applets.

uninstall_Fonts.sh

Description: This script deletes all the fonts from the System and Users Fonts folder. (Dumb and strong approach, no checks.)