This is an automated email from the ASF dual-hosted git repository.

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new adffad431 fix: add support for dependency installation on endeavouros 
(#9985)
adffad431 is described below

commit adffad431f20cac80ad28c52de9d3f26c24cd6be
Author: Ashish Tiwari <[email protected]>
AuthorDate: Tue Aug 8 07:45:23 2023 +0530

    fix: add support for dependency installation on endeavouros (#9985)
---
 utils/install-dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/install-dependencies.sh b/utils/install-dependencies.sh
index 6ddc25804..220407808 100755
--- a/utils/install-dependencies.sh
+++ b/utils/install-dependencies.sh
@@ -112,7 +112,7 @@ function multi_distro_installation() {
         install_dependencies_with_apt "debian"
     elif grep -Eqi "Ubuntu" /etc/issue || grep -Eq "Ubuntu" /etc/*-release; 
then
         install_dependencies_with_apt "ubuntu"
-    elif grep -Eqi "Arch" /etc/issue || grep -Eq "Arch" /etc/*-release; then
+    elif grep -Eqi "Arch" /etc/issue || grep -Eqi "EndeavourOS" /etc/issue || 
grep -Eq "Arch" /etc/*-release; then
         install_dependencies_with_aur
     else
         echo "Non-supported operating system version"

Reply via email to