Created
June 30, 2021 11:25
-
-
Save ryanburnette/1246610ade32df06f2dc9b4e8789ea06 to your computer and use it in GitHub Desktop.
set timezone to us/east in ubuntu 20.04
This file contains hidden or 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
#!/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