Update linupx-scripts.sh

This commit is contained in:
2023-08-12 13:25:43 -05:00
parent 754bbbb9ef
commit 045f562a2c

View File

@@ -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