From e0ab1ddd23ef9315b0008357cba7097ea4d69a18 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:21:37 +0300 Subject: [PATCH] fix: Fix openSUSE ID Check Update hubble-bootstrap.sh --- scripts/hubble-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hubble-bootstrap.sh b/scripts/hubble-bootstrap.sh index e18f7cf380..6312a51860 100644 --- a/scripts/hubble-bootstrap.sh +++ b/scripts/hubble-bootstrap.sh @@ -39,7 +39,7 @@ install_jq() { sudo dnf install -y jq # openSUSE - elif [[ -f /etc/os-release ]] && grep -q "ID=openSUSE" /etc/os-release; then + elif [[ -f /etc/os-release ]] && grep -iq "ID=opensuse" /etc/os-release; then sudo zypper install -y jq # Arch Linux