Skip to content

Instantly share code, notes, and snippets.

@rahul286
Created July 22, 2017 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahul286/6be7a9028d5eb30d7c9d785d9752a60c to your computer and use it in GitHub Desktop.
Save rahul286/6be7a9028d5eb30d7c9d785d9752a60c to your computer and use it in GitHub Desktop.
apt upgrade keeping old config file as it is
apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment