Skip to content

Instantly share code, notes, and snippets.

@emmiedev
Created March 14, 2022 14:28
Show Gist options
  • Select an option

  • Save emmiedev/776fe7673e01cf042146646ad39dec17 to your computer and use it in GitHub Desktop.

Select an option

Save emmiedev/776fe7673e01cf042146646ad39dec17 to your computer and use it in GitHub Desktop.
apt-get update && \
apt-get install -yq tzdata && \
ln -fs /usr/share/zoneinfo/Asia/Bangkok /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment