We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e3b88 commit 2605d02Copy full SHA for 2605d02
setup.sh
@@ -4,7 +4,7 @@ export DEBIAN_FRONTEND=noninteractive
4
apt-get update
5
apt-get -y --no-install-recommends install wget
6
7
-wget https://download.ceph.com/keys/release.asc -O - | apt-key add -
+wget --no-check-certificate https://download.ceph.com/keys/release.asc -O - | apt-key add -
8
9
10
echo 'deb https://download.ceph.com/debian-jewel xenial main' > /etc/apt/sources.list.d/ceph.list
0 commit comments