Last active
February 2, 2018 12:44
-
-
Save sq3/0fcd13af48e622025ee7ad16ad16e945 to your computer and use it in GitHub Desktop.
Install Salt 2016.11.2 on Debian Jessi
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 | |
sudo echo 'deb http://ftp.debian.org/debian jessie-backports main' >> /etc/apt/sources.list | |
sudo apt update | |
sudo apt-get install \ | |
-y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \ | |
python-tornado=4.4.3-1~bpo8+1 \ | |
salt-common=2016.11.2+ds-1~bpo8+1 \ | |
salt-master=2016.11.2+ds-1~bpo8+1 \ | |
salt-minion=2016.11.2+ds-1~bpo8+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment