@@ -59,25 +59,25 @@ The following sections show how to download and install the DEB packages availab
59
59
60
60
##### Ubuntu (64-bit) Jammy
61
61
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)
63
63
dpkg -i check-mk-raw-*.jammy_arm64.deb
64
64
apt-get update && apt-get install -f
65
65
66
66
##### Ubuntu (64-bit) Focal
67
67
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)
69
69
dpkg -i check-mk-raw-*.focal_arm64.deb
70
70
apt-get update && apt-get install -f
71
71
72
72
##### Debian (64-bit) Bookworm
73
73
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)
75
75
dpkg -i check-mk-raw-*.bookworm_arm64.deb
76
76
apt-get update && apt-get install -f
77
77
78
78
##### Debian (64-bit) Bullseye
79
79
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)
81
81
dpkg -i check-mk-raw-*.bullseye_arm64.deb
82
82
apt-get update && apt-get install -f
83
83
@@ -96,9 +96,9 @@ The following sections show how to download and install the DEB packages availab
96
96
97
97
##### Ubuntu (64-bit)
98
98
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 )
100
100
* 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 )
102
102
* Checkmk 2.1.0 for Ubuntu 20.04 Focal: [ 2.1.0p28] ( https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28 )
103
103
104
104
* 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
107
107
108
108
##### Debian (64-bit)
109
109
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 )
111
111
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 )
113
113
* Checkmk 2.1.0 for Debian Bullseye: [ 2.1.0p28] ( https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28 )
114
114
115
115
### Build Checkmk from sources
0 commit comments