Add apt-transport-https install

This commit is contained in:
abenmiloud 2018-08-08 09:24:44 +02:00
parent 15cbd8e5e8
commit ab844990f6

View file

@ -84,6 +84,7 @@ pvcreate /dev/sdX
On commence par installer `ceph-deploy`, l'outil qui permet de déployer un cluster Ceph.
~~~
# apt update && apt install apt-transport-https
# wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
# 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