summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-21 14:33:24 +0100
committerGitHub <noreply@github.com>2025-02-21 14:33:24 +0100
commit75658bd04d84d037dbcc9fafd9f7860555ac4836 (patch)
tree6b50ee39401c68a27757abac785c931bd82ae02d /.github
parentb38dec3e9b45efa6a6631acc38ada853e69fc547 (diff)
parent7c8c9d9b3e7bb6c29d82788d05d74e3f18f01aa5 (diff)
downloadmonitoring-plugins-75658bd04d84d037dbcc9fafd9f7860555ac4836.tar.gz
Merge pull request #2064 from RincewindsHat/feature/new_output_infraHEADmaster
Feature/new output infra
Diffstat (limited to '.github')
-rwxr-xr-x.github/prepare_debian.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index 3640e500..c79211cd 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -61,7 +61,8 @@ apt-get -y install perl \
61 libmariadb-dev \ 61 libmariadb-dev \
62 cron \ 62 cron \
63 iputils-ping \ 63 iputils-ping \
64 iproute2 64 iproute2 \
65 libjson-perl
65 66
66# remove ipv6 interface from hosts 67# remove ipv6 interface from hosts
67sed '/^::1/d' /etc/hosts > /tmp/hosts 68sed '/^::1/d' /etc/hosts > /tmp/hosts