Skip to content

Instantly share code, notes, and snippets.

View RTFMFFS's full-sized avatar
🏠
Working from home

RTFMFFS

🏠
Working from home
View GitHub Profile
@RTFMFFS
RTFMFFS / install_airport_utility_5.6.1.sh
Created September 26, 2022 03:40 — forked from ndfred/install_airport_utility_5.6.1.sh
Download and install the Airport Utility 5.6.1 app on Mac OS X Lion and up
#!/bin/sh -e
# Download and install the Airport Utility 5.6.1 app on Mac OS X Lion and up
if [ ! -d "/Applications/Utilities/AirPort Utility 5.6.1.app" ]
then
[ -d /Volumes/AirPortUtility ] && hdiutil detach /Volumes/AirPortUtility
rm -rf /tmp/AirPortUtility5.6.1.dmg /tmp/AirPortUtility5.6.1
echo "Downloading Airport Utility 5.6.1"