Created
November 2, 2019 15:02
-
-
Save pgilad/ac9f96e391588e4657a93be3e783e321 to your computer and use it in GitHub Desktop.
Update mac names
This file contains 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
set -l name Gilad-MBP-Personal | |
sudo scutil --set ComputerName $name | |
sudo scutil --set LocalHostName $name | |
sudo scutil --set HostName $name | |
dscacheutil -flushcache | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment