Skip to content

Instantly share code, notes, and snippets.

@nzlosh
Created March 24, 2018 08:57
Show Gist options
  • Save nzlosh/139e4705b098c33ff61b0db6c774dc6c to your computer and use it in GitHub Desktop.
Save nzlosh/139e4705b098c33ff61b0db6c774dc6c to your computer and use it in GitHub Desktop.
unattended debian package upgrade
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" --force-yes -fuy dist-upgrade
apt-get --purge -y autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment