Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created September 14, 2022 02:06
Show Gist options
  • Save alexishida/b90b73c2b038e77c0220759fafa4317c to your computer and use it in GitHub Desktop.
Save alexishida/b90b73c2b038e77c0220759fafa4317c to your computer and use it in GitHub Desktop.
script para atualizacao de servidores ubuntu
#!/bin/bash
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get autoremove -y
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment