Skip to content

Instantly share code, notes, and snippets.

@zoozalp
Created August 6, 2016 05:22
Show Gist options
  • Save zoozalp/5ce405d0379ae41afc4b1298787e0f4c to your computer and use it in GitHub Desktop.
Save zoozalp/5ce405d0379ae41afc4b1298787e0f4c to your computer and use it in GitHub Desktop.
Update script for debian/ubuntu
#!/bin/bash
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment