Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Created October 31, 2015 22:40
Show Gist options
  • Select an option

  • Save franciscocpg/054c9620dcd9b3bf3a0c to your computer and use it in GitHub Desktop.

Select an option

Save franciscocpg/054c9620dcd9b3bf3a0c to your computer and use it in GitHub Desktop.
#!/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
@franciscocpg
Copy link
Copy Markdown
Author

Remote install

bash <(curl -s https://gist.githubusercontent.com/franciscocpg/054c9620dcd9b3bf3a0c/raw/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment