Skip to content

Instantly share code, notes, and snippets.

@StephenRadachy
Last active August 29, 2015 14:25
Show Gist options
  • Save StephenRadachy/4bf0bbae19a214aad8de to your computer and use it in GitHub Desktop.
Save StephenRadachy/4bf0bbae19a214aad8de to your computer and use it in GitHub Desktop.
Digital Ocean User Script to update everything apt
#!/bin/bash
apt-get -y update
apt-get -y upgrade
apt-get -y dist-upgrade
shutdown -r 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment