Skip to content

Instantly share code, notes, and snippets.

@Raefael
Last active October 13, 2015 23:28
Show Gist options
  • Select an option

  • Save Raefael/4272254 to your computer and use it in GitHub Desktop.

Select an option

Save Raefael/4272254 to your computer and use it in GitHub Desktop.
Install AirPort Utility 5.6.1 on Mountain Lion via Terminal
##
# Installing Airport Utility 5.6 via the terminal on Mountain Lion
##
mkdir ~/Downloads/tmp
cd ~/Downloads/tmp
curl -OL http://support.apple.com/downloads/DL1482/en_US/AirPortUtility56.dmg
hdiutil attach AirPortUtility56.dmg
xar -x -f /Volumes/AirPortUtility/AirPortUtility56.pkg Payload
gzcat AirPortUtility56Lion.pkg/Payload | tar -xf -
sudo mv Applications/Utilities/AirPort\ Utility\ 5.6.app /Applications/Utilities/
cd ..
rm -rf tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment