From 38f3b0ac8c7c84da2272e2e1a9e46cb855933de7 Mon Sep 17 00:00:00 2001 From: Danny Abukalam Date: Thu, 15 Jul 2021 07:15:56 -0400 Subject: [PATCH] build: Add SoftIron Linux as valid debian-based distro in install-deps Signed-off-by: Danny Abukalam --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index af9ac2657cf87..a315f07fc408f 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -307,7 +307,7 @@ else [ $WITH_PMEM ] && with_pmem=true || with_pmem=false source /etc/os-release case "$ID" in - debian|ubuntu|devuan|elementary) + debian|ubuntu|devuan|elementary|softiron) echo "Using apt-get to install dependencies" $SUDO apt-get install -y devscripts equivs $SUDO apt-get install -y dpkg-dev -- 2.39.5