We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2605d02 commit 56cee38Copy full SHA for 56cee38
setup.sh
@@ -2,7 +2,7 @@
2
export DEBIAN_FRONTEND=noninteractive
3
4
apt-get update
5
-apt-get -y --no-install-recommends install wget
+apt-get -y --no-install-recommends install wget apt-transport-https
6
7
wget --no-check-certificate https://download.ceph.com/keys/release.asc -O - | apt-key add -
8
0 commit comments