Last active
July 18, 2024 14:58
-
-
Save ryanmaclean/bb6e88d5d357a9f1e8ccd14494656831 to your computer and use it in GitHub Desktop.
Allow VMWare Fusion Promiscuous Mode on macOS Sierra
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 | |
sudo touch "/Library/Preferences/VMware Fusion/promiscAuthorized" |
Happy it came in handy!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you. Didn't know that we can script that. 👍