Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# You can do a similar pinning as above, but I didn't bother
$ sudo cat >> /etc/apt/sources.list
deb http://deb.debian.org/debian jessie-backports main
$ apt-get update
$ apt-get -t jessie-backports dustdist-upgrade # Yeh, this will pull in a bunch of things, but seemed reasonable
# Alternatively, just install the openssl package

...