Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Created June 30, 2021 11:25
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 ryanburnette/1246610ade32df06f2dc9b4e8789ea06 to your computer and use it in GitHub Desktop.
Save ryanburnette/1246610ade32df06f2dc9b4e8789ea06 to your computer and use it in GitHub Desktop.
set timezone to us/east in ubuntu 20.04
#!/bin/bash
set -u
sudo timedatectl set-timezone America/New_York
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment