From: Junyoung, Sung Date: Mon, 15 Jun 2020 12:10:45 +0000 (+0900) Subject: install_deps.sh: Add debian based elementary os X-Git-Tag: v16.1.0~1997^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35569%2Fhead;p=ceph.git install_deps.sh: Add debian based elementary os Signed-off-by: Junyoung, Sung --- 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