summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorJunyoung, Sung <junyoung.sung@navercorp.com>2020-06-15 14:10:45 +0200
committerJunyoung, Sung <junyoung.sung@navercorp.com>2020-06-15 14:10:45 +0200
commit3e7495d863131d237224701f67f3893d6c3f841f (patch)
treea9aeb0bab64745461ff205c89d0239a736dee6aa /install-deps.sh
parentMerge pull request #35472 from varshar16/wip-vstart-stop-cephadm (diff)
downloadceph-3e7495d863131d237224701f67f3893d6c3f841f.tar.xz
ceph-3e7495d863131d237224701f67f3893d6c3f841f.zip
install_deps.sh: Add debian based elementary os
Signed-off-by: Junyoung, Sung <junyoung.sung@navercorp.com>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh
index fb377af7561..9b9f4d5cdc6 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -284,7 +284,7 @@ else
[ $WITH_SEASTAR ] && with_seastar=true || with_seastar=false
source /etc/os-release
case "$ID" in
- debian|ubuntu|devuan)
+ debian|ubuntu|devuan|elementary)
echo "Using apt-get to install dependencies"
$SUDO apt-get install -y devscripts equivs
$SUDO apt-get install -y dpkg-dev