summaryrefslogtreecommitdiffstats
path: root/.github/prepare_debian.sh
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-07 17:02:55 +0100
committerGitHub <noreply@github.com>2025-03-07 17:02:55 +0100
commit9e1c72ac154d44f561635f1754103dac75cffb99 (patch)
tree1171946348079e30af783ce7590364c4bbb186fe /.github/prepare_debian.sh
parent06fa1036f9e7216aac27107cd7d4c4903fa61ab2 (diff)
parent3ed6b7cd3e99e328b9f34bfc4af8b2f8bd3b5231 (diff)
downloadmonitoring-plugins-9e1c72ac154d44f561635f1754103dac75cffb99.tar.gz
Merge pull request #2068 from RincewindsHat/check_mysql_replica_check
Check mysql replica check
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x.github/prepare_debian.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index c79211cd..f7b6cf9f 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 \