FIX repo URL at add-apt-repository

With the past version the apt-get update results in a 403 for the docker repository when using a Jessie. Looking at the repo structure I assume that now will also work on the other Debian releases.
This commit is contained in:
Bartomeu Miró 2017-01-20 16:14:58 +01:00 committed by GitHub
parent f7115867f1
commit 1e26fa0775
1 changed files with 2 additions and 2 deletions

View File

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