Skip to content

Instantly share code, notes, and snippets.

@mmaridev
Created August 6, 2019 21:52
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 mmaridev/4771cd27474582cf42a5bf738b8673f0 to your computer and use it in GitHub Desktop.
Save mmaridev/4771cd27474582cf42a5bf738b8673f0 to your computer and use it in GitHub Desktop.
How Antonio upgrades pc's
#!/bin/bash
## Debian 9 full upgrade
echo debian 9 full upgrade
apt-get -y update
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical sudo apt-get -q -y -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" full-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment