Skip to content

Commit 2605d02

Browse files
committed
thanks but no thanks CAs
1 parent 58e3b88 commit 2605d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export DEBIAN_FRONTEND=noninteractive
44
apt-get update
55
apt-get -y --no-install-recommends install wget
66

7-
wget https://download.ceph.com/keys/release.asc -O - | apt-key add -
7+
wget --no-check-certificate https://download.ceph.com/keys/release.asc -O - | apt-key add -
88

99

1010
echo 'deb https://download.ceph.com/debian-jewel xenial main' > /etc/apt/sources.list.d/ceph.list

0 commit comments

Comments
 (0)