From 045f562a2c23771d208011eba9c1b2c5ee560189 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Aug 2023 13:25:43 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index a97cc74..5f158d2 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -32,7 +32,7 @@ if [ ! -d "/opt/idssys/defaults" ]; then git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi -[ "$(dpkg-query -W --showformat='${Status}\n' grepcidr | grep "install ok installed")" == "" ] && sudo apt -y install grepcidr >/dev/null 2>&1 +[ "$(dpkg-query -W --showformat='${Status}\n' grepcidr | grep "install ok installed")" == "" ] && sudo $APTFUNC -y install grepcidr >/dev/null 2>&1 source /opt/idssys/linupx/settings.conf