diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-21 14:33:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-21 14:33:24 +0100 |
commit | 75658bd04d84d037dbcc9fafd9f7860555ac4836 (patch) | |
tree | 6b50ee39401c68a27757abac785c931bd82ae02d /.github | |
parent | b38dec3e9b45efa6a6631acc38ada853e69fc547 (diff) | |
parent | 7c8c9d9b3e7bb6c29d82788d05d74e3f18f01aa5 (diff) | |
download | monitoring-plugins-75658bd04d84d037dbcc9fafd9f7860555ac4836.tar.gz |
Feature/new output infra
Diffstat (limited to '.github')
-rwxr-xr-x | .github/prepare_debian.sh | 3 |
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 |
67 | sed '/^::1/d' /etc/hosts > /tmp/hosts | 68 | sed '/^::1/d' /etc/hosts > /tmp/hosts |