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

# Update: As of late, the sources.list should look like 
deb http://cdn-fastly.deb.debian.org/debian/ jessie main
deb-src http://cdn-fastly.deb.debian.org/debian/ jessie main

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main

deb http://archive.debian.org/debian jessie-backports main
deb-src http://archive.debian.org/debian jessie-backports main

# And in /etc/apt/apt.conf
Acquire::Check-Valid-Until "false";


Git

To use Git, you must install the appropriate packages:

...

For more details how to use Git with our source, please see our Git GitHub page.

configure and build

For more details, see the Building page

...