Skip to content

Instantly share code, notes, and snippets.

@Ameen-Alam
Created September 8, 2020 05:00
Show Gist options
  • Save Ameen-Alam/55beaac0a7b9d0426a81a4efe617e015 to your computer and use it in GitHub Desktop.
Save Ameen-Alam/55beaac0a7b9d0426a81a4efe617e015 to your computer and use it in GitHub Desktop.
Set the Server Timezone to CST
#!/bin/bash
# Set the Server Timezone to CST
echo "America/Chicago" > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment