We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ce414 commit b1eb985Copy full SHA for b1eb985
1 file changed
store/base/build.sh
@@ -27,7 +27,7 @@ curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/relea
27
curl -sSL 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | apt-key add -
28
echo "deb http://ceph.com/debian-hammer trusty main" > /etc/apt/sources.list.d/ceph.list
29
30
-apt-get update && apt-get install -yq ceph
+apt-get update && apt-get install -yq ceph lsb-release
31
32
apt-get clean -y
33
0 commit comments