Add missing echo

This commit is contained in:
abenmiloud 2018-08-08 09:22:21 +02:00
parent a7c4000057
commit 15cbd8e5e8

View file

@ -85,7 +85,7 @@ On commence par installer `ceph-deploy`, l'outil qui permet de déployer un clus
~~~ ~~~
# wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add - # wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
# deb https://download.ceph.com/debian-luminous/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list # echo deb https://download.ceph.com/debian-luminous/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
# apt update && sudo apt install ceph-deploy # apt update && sudo apt install ceph-deploy
~~~ ~~~