diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-19 17:32:56 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-19 17:32:56 +0100 |
| commit | 7d378949670fa8941d14f78e0279992f390bcd2c (patch) | |
| tree | 9dd5519bb0381f83a7c7812be4faa79de530dbbc | |
| parent | 24f21473fb493edf7fced3b4f680c99123145014 (diff) | |
| download | monitoring-plugins-7d378949670fa8941d14f78e0279992f390bcd2c.tar.gz | |
Install libjson-perl in test runner
| -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 |
