Skip to content

Commit c79218e

Browse files
authored
Update README.md
aad 2.2.0p11 for arm64
1 parent 80982d1 commit c79218e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@ The following sections show how to download and install the DEB packages availab
5959

6060
##### Ubuntu (64-bit) Jammy
6161

62-
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p9 | grep browser_download_url | cut -d '"' -f 4 | grep jammy_arm64.deb)
62+
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p11 | grep browser_download_url | cut -d '"' -f 4 | grep jammy_arm64.deb)
6363
dpkg -i check-mk-raw-*.jammy_arm64.deb
6464
apt-get update && apt-get install -f
6565

6666
##### Ubuntu (64-bit) Focal
6767

68-
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p9 | grep browser_download_url | cut -d '"' -f 4 | grep focal_arm64.deb)
68+
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p11 | grep browser_download_url | cut -d '"' -f 4 | grep focal_arm64.deb)
6969
dpkg -i check-mk-raw-*.focal_arm64.deb
7070
apt-get update && apt-get install -f
7171

7272
##### Debian (64-bit) Bookworm
7373

74-
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p9 | grep browser_download_url | cut -d '"' -f 4 | grep bookworm_arm64.deb)
74+
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p11 | grep browser_download_url | cut -d '"' -f 4 | grep bookworm_arm64.deb)
7575
dpkg -i check-mk-raw-*.bookworm_arm64.deb
7676
apt-get update && apt-get install -f
7777

7878
##### Debian (64-bit) Bullseye
7979

80-
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p9 | grep browser_download_url | cut -d '"' -f 4 | grep bullseye_arm64.deb)
80+
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p11 | grep browser_download_url | cut -d '"' -f 4 | grep bullseye_arm64.deb)
8181
dpkg -i check-mk-raw-*.bullseye_arm64.deb
8282
apt-get update && apt-get install -f
8383

@@ -96,9 +96,9 @@ The following sections show how to download and install the DEB packages availab
9696

9797
##### Ubuntu (64-bit)
9898

99-
* Checkmk 2.2.0 for Ubuntu 22.04 Jammy: [2.2.0p9](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p9)
99+
* Checkmk 2.2.0 for Ubuntu 22.04 Jammy: [2.2.0p11](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p11)
100100
* Checkmk 2.1.0 for Ubuntu 22.04 Jammy: [2.1.0p28](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28)
101-
* Checkmk 2.2.0 for Ubuntu 20.04 Focal: [2.2.0p9](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p9)
101+
* Checkmk 2.2.0 for Ubuntu 20.04 Focal: [2.2.0p11](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p11)
102102
* Checkmk 2.1.0 for Ubuntu 20.04 Focal: [2.1.0p28](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28)
103103

104104
* Checkmk 2.0.0 for Ubuntu 21.10 Impish: [2.0.0p25](https://github.com/chrisss404/check-mk-arm/releases/tag/2.0.0p25)
@@ -107,9 +107,9 @@ The following sections show how to download and install the DEB packages availab
107107

108108
##### Debian (64-bit)
109109

110-
* Checkmk 2.2.0 for Debian Bookworm: [2.2.0p9](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p9)
110+
* Checkmk 2.2.0 for Debian Bookworm: [2.2.0p11](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p11)
111111

112-
* Checkmk 2.2.0 for Debian Bullseye: [2.2.0p9](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p9)
112+
* Checkmk 2.2.0 for Debian Bullseye: [2.2.0p11](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p11)
113113
* Checkmk 2.1.0 for Debian Bullseye: [2.1.0p28](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28)
114114

115115
### Build Checkmk from sources

0 commit comments

Comments
 (0)