Update linupx-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user