Skip to content

Instantly share code, notes, and snippets.

@ealize
Created July 26, 2018 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ealize/6ce521229ec1c203dffcbc73b5465892 to your computer and use it in GitHub Desktop.
Save ealize/6ce521229ec1c203dffcbc73b5465892 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "New Machine name?"
read newHostName
echo "Setting new $newHostName"
sudo scutil --set ComputerName $newHostName
sudo scutil --set LocalHostName $newHostName
sudo scutil --set HostName $newHostName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment