Created
October 31, 2015 22:40
-
-
Save franciscocpg/054c9620dcd9b3bf3a0c 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
| #!/bin/bash | |
| # Timezone America/Sao_Paulo | |
| sudo timedatectl set-timezone America/Sao_Paulo | |
| # Sincronize with ntp | |
| sudo apt-get update | |
| sudo apt-get install ntp |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remote install
bash <(curl -s https://gist.githubusercontent.com/franciscocpg/054c9620dcd9b3bf3a0c/raw/)