26 lines
809 B
Diff
26 lines
809 B
Diff
From 73d7c0e9c106d6a6aeda0491a426e8f458e0cb13 Mon Sep 17 00:00:00 2001
|
|
From: liuqinfei <18138800392@163.com>
|
|
Date: Thu, 30 Dec 2021 11:48:33 +0800
|
|
Subject: [PATCH 2/2] enable install deps in openEuler
|
|
|
|
---
|
|
install-deps.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/install-deps.sh b/install-deps.sh
|
|
index 3ba5e47ff58..b35013607e4 100755
|
|
--- a/install-deps.sh
|
|
+++ b/install-deps.sh
|
|
@@ -337,7 +337,7 @@ else
|
|
$SUDO env DEBIAN_FRONTEND=noninteractive apt-get -y remove ceph-build-deps
|
|
if [ "$control" != "debian/control" ] ; then rm $control; fi
|
|
;;
|
|
- centos|fedora|rhel|ol|virtuozzo)
|
|
+ centos|fedora|rhel|ol|virtuozzo|openEuler)
|
|
builddepcmd="dnf -y builddep --allowerasing"
|
|
echo "Using dnf to install dependencies"
|
|
case "$ID" in
|
|
--
|
|
2.30.0
|
|
|