Skip to content

Instantly share code, notes, and snippets.

@yesmar
Last active July 24, 2019 19:58
Show Gist options
  • Save yesmar/787264916e1dcbe000ef855fba0c2179 to your computer and use it in GitHub Desktop.
Save yesmar/787264916e1dcbe000ef855fba0c2179 to your computer and use it in GitHub Desktop.
Update Ubuntu
#!/bin/bash
sudo bash -c 'apt-get update && apt-get -y dist-upgrade && apt-get -y autoremove --purge && apt-get -y autoclean'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment