Skip to content

Instantly share code, notes, and snippets.

@sq3
Last active February 2, 2018 12:44
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 sq3/0fcd13af48e622025ee7ad16ad16e945 to your computer and use it in GitHub Desktop.
Save sq3/0fcd13af48e622025ee7ad16ad16e945 to your computer and use it in GitHub Desktop.
Install Salt 2016.11.2 on Debian Jessi
#!/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