Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created March 1, 2019 15:48
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 zackn9ne/c7d3a41ed939567d6e4dae8e7b40c48d to your computer and use it in GitHub Desktop.
Save zackn9ne/c7d3a41ed939567d6e4dae8e7b40c48d to your computer and use it in GitHub Desktop.
hostname_mojave
#!/bin/sh
echo "Please enter your desired hostname NO SPACES ALLOWED, use dash"
read HWNAME
scutil --set ComputerName "$HWNAME"
scutil --set LocalHostName "$HWNAME"
dscacheutil -flushcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment