Fix add-apt-repository command

Adds the word `stable` to the `add-apt-repository` command to fix the `Malformed entry` error.
This commit is contained in:
David Birks 2019-01-07 11:03:15 -05:00 committed by GitHub
parent 27b909795e
commit 8750f1e195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ from the repository.
$ sudo add-apt-repository \
"deb [arch=amd64] $DOCKER_EE_URL/ubuntu \
$(lsb_release -cs) \
$DOCKER_EE_VERSION"
$DOCKER_EE_VERSION stable"
```
@ -196,7 +196,7 @@ from the repository.
$ sudo add-apt-repository \
"deb [arch=s390x] $DOCKER_EE_URL/ubuntu \
$(lsb_release -cs) \
$DOCKER_EE_VERSION"
$DOCKER_EE_VERSION stable"
```
@ -207,7 +207,7 @@ from the repository.
$ sudo add-apt-repository \
"deb [arch=ppc64el] $DOCKER_EE_URL/ubuntu \
$(lsb_release -cs) \
$DOCKER_EE_VERSION"
$DOCKER_EE_VERSION stable"
```