Correct repository details for ubuntu install

Correct the ubuntu apt repository to use the correct form ubuntu-<codename>
This commit is contained in:
Steven Hartland 2017-01-20 13:34:48 +00:00 committed by GitHub
parent f7115867f1
commit 05ca25b53f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Docker from the repository.
```bash
$ sudo add-apt-repository \
"deb https://apt.dockerproject.org/repo/pool/ \
$(lsb_release -cs) \
ubuntu-$(lsb_release -cs) \
main"
```