Created
February 21, 2018 03:54
-
-
Save broxio/fc3ffe995e7138eec838243a0e004d25 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| sudo salt -C "G@roles:haproxy" cmd.run 'apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y' | |
| sudo apt-get update | |
| sudo dpkg --configure -a | |
| sudo apt-get -f install -y | |
| sudo apt-get dist-upgrade -y | |
| sudo apt-get autoremove -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment