Created
August 6, 2019 21:52
-
-
Save mmaridev/4771cd27474582cf42a5bf738b8673f0 to your computer and use it in GitHub Desktop.
How Antonio upgrades pc's
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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