Skip to content

Instantly share code, notes, and snippets.

@opshope
opshope / istm_admin_user_setup.sh
Last active November 18, 2015 18:05
Install some admin tools on our OSX workstation via autopkg
#!/usr/bin/env bash
#enter the user to run the script as
user="oh"
sudo -s
if which git; then
echo 'git is installed'
else
#stolen from munkiinabox.sh