Skip to content

Instantly share code, notes, and snippets.

@jaykepeters
Created March 12, 2019 23:30
Show Gist options
  • Save jaykepeters/f067ce99fbccca5a2eeafca32bd728ea to your computer and use it in GitHub Desktop.
Save jaykepeters/f067ce99fbccca5a2eeafca32bd728ea to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo rm /etc/localtime
sudo ln -s /usr/share/zoneinfo/US/Central /etc/localtime
sudo rm /etc/timezone
echo "US/Central" | sudo tee /etc/timezone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment