diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-01-10 15:16:48 +0000 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-01-10 15:16:48 +0000 |
commit | fdb2aaf6e13e07eee10cf6a0d49ff319e3e4ce9f (patch) | |
tree | e76339f34b05022c92f9d5fd6319fec9df70f767 /doc | |
parent | 8d418c71e17f08dc7537b52209a875c2e52555b3 (diff) | |
download | buildstream-fdb2aaf6e13e07eee10cf6a0d49ff319e3e4ce9f.tar.gz |
Fix inconsistency in debian stretch install instructions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index af7cda963..8bbc14693 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -50,7 +50,7 @@ setup as described `here <https://backports.debian.org/Instructions/>`_ By adding the following line to your sources.list:: - deb http://ftp.debian.org/debian jessie-backports main + deb http://ftp.debian.org/debian stretch-backports main And then running:: |