Typo in apt-get command

Typo in apt-get command
pull/1921/head
Fernando Ripoll 2017-11-02 11:40:08 +01:00 committed by GitHub
parent c0e989b17c
commit 257280a050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Debian Jessie installation Notes:
```
sudo add-apt-repository ppa:ansible/ansible
sudo apt-get update
sudo apt.get install ansible
sudo apt-get install ansible
```