Created
March 14, 2022 14:28
-
-
Save emmiedev/776fe7673e01cf042146646ad39dec17 to your computer and use it in GitHub Desktop.
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
| 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