Skip to content

Commit 700980b

Browse files
committed
fixing skipvalue and removing python3-appdirs and adding quiet to cron
1 parent 5fa7c14 commit 700980b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ if [ "$FAST" == "0" ]; then
738738
sudorun 'apt -y -q install python3-defusedxml'
739739
sudorun 'apt -y -q install python-babel-localedata python3-babel python3-markupsafe python3-tz'
740740

741-
for b in cron python3 python3-pip python3-requests python3-appdirs python3-attr python3-certifi authbind build-essential curl dialog gcc git jq libffi-dev libmariadb-dev-compat libmpc-dev libmpfr-dev libpython3-dev libssl-dev libswitch-perl libwww-perl net-tools python3-dev python3-minimal python3-requests python3-urllib3 python3-virtualenv rng-tools sqlite3 unzip wamerican zip libsnappy-dev virtualenv lsof iptables rsyslog stunnel python3-openssl python3-hamcrest python3-priority; do
741+
for b in cron python3 python3-pip python3-requests python3-attr python3-certifi authbind build-essential curl dialog gcc git jq libffi-dev libmariadb-dev-compat libmpc-dev libmpfr-dev libpython3-dev libssl-dev libswitch-perl libwww-perl net-tools python3-dev python3-minimal python3-requests python3-urllib3 python3-virtualenv rng-tools sqlite3 unzip wamerican zip libsnappy-dev virtualenv lsof iptables rsyslog stunnel python3-openssl python3-hamcrest python3-priority; do
742742
run "sudo apt -y -q install $b"
743743
if ! sudo dpkg -l $b >/dev/null 2>/dev/null; then
744744
outlog "ERROR I was unable to install the $b package via apt"
@@ -2046,7 +2046,7 @@ offset2=$(shuf -i0-23 -n1)
20462046
echo "${offset1} ${offset2} * * * root ${DSHIELDDIR}/updatehoneypotip.sh" >>"${TMPDIR}"/cron.dshield
20472047
offset1=$(shuf -i0-59 -n1)
20482048
offset2=$(shuf -i0-23 -n1)
2049-
echo "${offset1} ${offset2} * * * root /usr/bin/journalctl --vacuum-time=7d" >>"${TMPDIR}"/cron.dshield
2049+
echo "${offset1} ${offset2} * * * root /usr/bin/journalctl --vacuum-time=7d --quiet" >>"${TMPDIR}"/cron.dshield
20502050

20512051

20522052
# run status check 5 minutes before reboot

0 commit comments

Comments
 (0)