summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-19 17:32:56 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-19 17:32:56 +0100
commit7d378949670fa8941d14f78e0279992f390bcd2c (patch)
tree9dd5519bb0381f83a7c7812be4faa79de530dbbc /.github
parent24f21473fb493edf7fced3b4f680c99123145014 (diff)
downloadmonitoring-plugins-7d378949670fa8941d14f78e0279992f390bcd2c.tar.gz
Install libjson-perl in test runner
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