Skip to content

Commit

Permalink
#22 add ubuntu section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisss404 committed Oct 16, 2020
1 parent b0fe7bf commit 430fda3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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/latest | grep browser_download_url | cut -d '"' -f 4)
curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep buster_armhf.deb)
dpkg -i check-mk-raw-*.buster_armhf.deb
apt-get install -f

Expand All @@ -20,6 +20,18 @@ The sources of Checkmk can be found here: https://github.com/tribe29/checkmk
* Checkmk 1.5.0 for Raspberry Pi OS (32-bit) Stretch: [1.5.0p20](https://github.com/chrisss404/check-mk-arm/releases/tag/1.5.0p20)
* Checkmk 1.4.0 for Raspberry Pi OS (32-bit) Stretch: [1.4.0p35](https://github.com/chrisss404/check-mk-arm/releases/tag/1.4.0p35)

### Install Checkmk to Ubuntu

#### 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)
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](https://raw.github.com/chrisss404/check-mk-arm/master/data/check_mk.png)

### Build it yourself
Expand Down

0 comments on commit 430fda3

Please sign in to comment.