Skip to content

Commit

Permalink
set ubuntu version to 1.6.0p18 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisss404 committed Nov 12, 2020
1 parent 430fda3 commit 9abda7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The sources of Checkmk can be found here: https://github.com/tribe29/checkmk

#### Get and install latest pre-built package

curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/1.6.0p17 | grep browser_download_url | cut -d '"' -f 4 | grep bionic_arm64.deb)
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/tags/1.6.0p18 | grep browser_download_url | cut -d '"' -f 4 | grep bionic_arm64.deb)
dpkg -i check-mk-raw-*.bionic_arm64.deb
apt-get install -f

#### Latest pre-built packages

* Checkmk 1.6.0 for Ubuntu 18.04 LTS (64-bit) Bionic Beaver: [1.6.0p17](https://github.com/chrisss404/check-mk-arm/releases/1.6.0p17)
* Checkmk 1.6.0 for Ubuntu 18.04 LTS (64-bit) Bionic Beaver: [1.6.0p18](https://github.com/chrisss404/check-mk-arm/releases/1.6.0p18)

![Checkmk](https://raw.github.com/chrisss404/check-mk-arm/master/data/check_mk.png)

Expand Down

0 comments on commit 9abda7f

Please sign in to comment.