Skip to content

Instantly share code, notes, and snippets.

View cliffmcc's full-sized avatar

Cliff McCollum cliffmcc

  • Meta
  • Cambridge, UK.
View GitHub Profile
#!/bin/bash
# Run outstanding system updates
echo "Updating system install..."
softwareupdate -ia --verbose
echo ""
# Install xcode cli development tools
echo "Installing xcode cli development tools..."
xcode-select --install