diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-24 20:18:55 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-24 20:28:05 +0100 |
| commit | c08e2bc656dec032f6b56b0aa398c6cb40ade250 (patch) | |
| tree | 51313ef22b2d41fcf1c68cf7210a465df8393c38 | |
| parent | a517dc614e44650a7e9204c4202feec7a40fd37f (diff) | |
| download | monitoring-plugins-c08e2bc656dec032f6b56b0aa398c6cb40ade250.tar.gz | |
Add libmysqlclient-dev to dependencies
| -rwxr-xr-x | .github/prepare_debian.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index 3640e500..8b695d42 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
| @@ -59,6 +59,7 @@ apt-get -y install perl \ | |||
| 59 | mariadb-server \ | 59 | mariadb-server \ |
| 60 | mariadb-client \ | 60 | mariadb-client \ |
| 61 | libmariadb-dev \ | 61 | libmariadb-dev \ |
| 62 | libmariadb-dev-compat \ | ||
| 62 | cron \ | 63 | cron \ |
| 63 | iputils-ping \ | 64 | iputils-ping \ |
| 64 | iproute2 | 65 | iproute2 |
