From 0d387e48b8b8458dd666906c5f4abce1b225b552 Mon Sep 17 00:00:00 2001 From: martux69 <5789285+martux69@users.noreply.github.com> Date: Wed, 11 Jan 2023 20:09:11 +0100 Subject: [PATCH] Update README.md add 2.1.0p19 release for arm64 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa8ab73..36e936b 100644 --- a/README.md +++ b/README.md @@ -42,19 +42,19 @@ The following sections show how to download and install the DEB packages availab ##### Ubuntu (64-bit) Jammy - curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.1.0p18 | grep browser_download_url | cut -d '"' -f 4 | grep jammy_arm64.deb) + curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.1.0p19 | grep browser_download_url | cut -d '"' -f 4 | grep jammy_arm64.deb) dpkg -i check-mk-raw-*.jammy_arm64.deb apt-get update && apt-get install -f ##### Ubuntu (64-bit) Focal - curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.1.0p18 | grep browser_download_url | cut -d '"' -f 4 | grep focal_arm64.deb) + curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.1.0p19 | grep browser_download_url | cut -d '"' -f 4 | grep focal_arm64.deb) dpkg -i check-mk-raw-*.focal_arm64.deb apt-get update && apt-get install -f ##### Debian (64-bit) Bullseye - curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.1.0p18 | grep browser_download_url | cut -d '"' -f 4 | grep bullseye_arm64.deb) + curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.1.0p19 | grep browser_download_url | cut -d '"' -f 4 | grep bullseye_arm64.deb) dpkg -i check-mk-raw-*.bullseye_arm64.deb apt-get update && apt-get install -f @@ -72,8 +72,8 @@ The following sections show how to download and install the DEB packages availab ##### Ubuntu (64-bit) -* Checkmk 2.1.0 for Ubuntu 22.04 Jammy: [2.1.0p18](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p18) -* Checkmk 2.1.0 for Ubuntu 20.04 Focal: [2.1.0p18](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p18) +* Checkmk 2.1.0 for Ubuntu 22.04 Jammy: [2.1.0p19](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p19) +* Checkmk 2.1.0 for Ubuntu 20.04 Focal: [2.1.0p19](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p19) * Checkmk 2.0.0 for Ubuntu 21.10 Impish: [2.0.0p25](https://github.com/chrisss404/check-mk-arm/releases/tag/2.0.0p25) * Checkmk 2.0.0 for Ubuntu 21.04 Hirsute: [2.0.0p20](https://github.com/chrisss404/check-mk-arm/releases/tag/2.0.0p20) @@ -84,7 +84,7 @@ The following sections show how to download and install the DEB packages availab ##### Debian (64-bit) -* Checkmk 2.1.0 for Debian Bullseye: [2.1.0p18](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p18) +* Checkmk 2.1.0 for Debian Bullseye: [2.1.0p19](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p19) ### Build Checkmk from sources