Skip to content

Commit

Permalink
feat: add 2.2.0p18 for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
martux69 authored Jan 18, 2024
1 parent 6c5aa60 commit 9e35df0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@ 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.2.0p17 | 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.2.0p18 | 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.2.0p17 | 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.2.0p18 | 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) Bookworm

curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p17 | grep browser_download_url | cut -d '"' -f 4 | grep bookworm_arm64.deb)
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/2.2.0p18 | grep browser_download_url | cut -d '"' -f 4 | grep bookworm_arm64.deb)
dpkg -i check-mk-raw-*.bookworm_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.2.0p17 | 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.2.0p18 | 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

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

##### Ubuntu (64-bit)

* Checkmk 2.2.0 for Ubuntu 22.04 Jammy: [2.2.0p17](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p17)
* Checkmk 2.2.0 for Ubuntu 22.04 Jammy: [2.2.0p18](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p18)
* Checkmk 2.1.0 for Ubuntu 22.04 Jammy: [2.1.0p28](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28)
* Checkmk 2.2.0 for Ubuntu 20.04 Focal: [2.2.0p17](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p17)
* Checkmk 2.2.0 for Ubuntu 20.04 Focal: [2.2.0p18](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p18)
* Checkmk 2.1.0 for Ubuntu 20.04 Focal: [2.1.0p28](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28)

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

##### Debian (64-bit)

* Checkmk 2.2.0 for Debian Bookworm: [2.2.0p17](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p17)
* Checkmk 2.2.0 for Debian Bookworm: [2.2.0p18](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p18)

* Checkmk 2.2.0 for Debian Bullseye: [2.2.0p17](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p17)
* Checkmk 2.2.0 for Debian Bullseye: [2.2.0p18](https://github.com/chrisss404/check-mk-arm/releases/tag/2.2.0p18)
* Checkmk 2.1.0 for Debian Bullseye: [2.1.0p28](https://github.com/chrisss404/check-mk-arm/releases/tag/2.1.0p28)

### Build Checkmk from sources
Expand Down

0 comments on commit 9e35df0

Please sign in to comment.