Skip to content

Instantly share code, notes, and snippets.

@kenjij
Created February 15, 2014 08:05
Show Gist options
  • Save kenjij/9015956 to your computer and use it in GitHub Desktop.
Save kenjij/9015956 to your computer and use it in GitHub Desktop.
Configure time zone in Ubuntu (non-interactive)
sudo sh -c 'echo "America/Los_Angeles" > /etc/timezone'
sudo dpkg-reconfigure --frontend noninteractive tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment