Created
June 2, 2019 16:44
-
-
Save AndrewWCarson/e10086a7e96d0ef0a49406acae082546 to your computer and use it in GitHub Desktop.
Enables location services on macOS 10.14 Mojave.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/bin/defaults write /var/db/locationd/Library/Preferences/ByHost/com.apple.locationd LocationServicesEnabled -int 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires root access obvi.