Skip to content

Commit

Permalink
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,12 +4,16 @@
On the [release](https://github.com/chrisss404/check-mk-arm/releases) page you can find deb packages targeting the following systems:

* [Raspberry Pi OS (32-bit)](https://www.raspberrypi.org/downloads/raspberry-pi-os/) (formerly Raspbian) "Bullseye" on a RPi 3 and 4

* [Ubuntu (64-bit)](https://ubuntu.com/download/raspberry-pi/) "Jammy" on a RPi 4
* [Ubuntu (64-bit)](https://ubuntu.com/download/raspberry-pi/) "Focal" on a RPi 4

* [Debian (64-bit)](https://raspi.debian.net/tested/) "Bullseye" on a RPi 4

* [Ubuntu (64-bit)](https://ubuntu.com/download/raspberry-pi/) "Impish" on a RPi 4 (EOL / last version will be 2.0.0.p25)
* [Ubuntu (64-bit)](https://ubuntu.com/download/raspberry-pi/) "Hirsute" on a RPi 4 (EOL / last version will be 2.0.0.p20)
* [Ubuntu (64-bit)](https://ubuntu.com/download/raspberry-pi/) "Groovy" on a RPi 4 (EOL / last version will be 2.0.0.p16)
* [Debian (64-bit)](https://raspi.debian.net/tested/) "Bullseye" on a RPi 4


##### The builds for Focal and Groovy are untested !
##### The build for Bullseye arm64 is untested !
@@ -38,13 +42,13 @@ 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.0p14 | 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.0p15 | grep browser_download_url | cut -d '"' -f 4 | grep jammy_arm64.deb)
dpkg -i check-mk-raw-*.jammy_arm64.deb
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.0p14 | 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.0p15 | grep browser_download_url | cut -d '"' -f 4 | grep focal_arm64.deb)
dpkg -i check-mk-raw-*.focal_arm64.deb
apt-get install -f

@@ -68,7 +72,7 @@ The following sections show how to download and install the DEB packages availab

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

curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.1.0p14 | 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.0p15 | grep browser_download_url | cut -d '"' -f 4 | grep bullseye_arm64.deb)
dpkg -i check-mk-raw-*.bullseye_arm64.deb
apt-get install -f

@@ -86,10 +90,10 @@ 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.0p14](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p14)
* Checkmk 2.1.0 for Ubuntu 20.04 Focal: [2.1.0p14](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p14)
* 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.1.0 for Ubuntu 22.04 Jammy: [2.1.0p15](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p15)
* Checkmk 2.1.0 for Ubuntu 20.04 Focal: [2.1.0p15](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p15)

* 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)
###### Because of EOL from hirsute version 2.0.0.p20 is the last version for it.

@@ -98,7 +102,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.0p14](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p14)
* Checkmk 2.1.0 for Debian Bullseye: [2.1.0p15](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p15)

### Build Checkmk from sources

0 comments on commit aa312e7

Please sign in to comment.