From 876685a636492d58c237ddd1b7b9cab2d256ec24 Mon Sep 17 00:00:00 2001 From: asche <47307281+asche77@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:41:45 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cd3c768..d401179 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,8 +8,8 @@ - [Debian/Ubuntu](#debianubuntu) - [CentOS](#centos) - [FreeBSD](#freebsd) - - [Alpine Linux / busybox](#alpine-Linux-busybox-based-distributions) - - [OmniOS](#OmniOS-Illumos-based-distributions) + - [Alpine Linux / busybox](#alpine-Linux-or-busybox-based-distributions) + - [OmniOS](#OmniOS) - [Other OSes](#other-oses) - [Configuration](#configuration) - [Sanoid](#sanoid) @@ -165,14 +165,14 @@ pkg install p5-Config-Inifiles p5-Capture-Tiny pv mbuffer lzop * See note about mbuffer and other things in FREEBSD.readme -## Alpine Linux / busybox based distributions +## Alpine Linux or busybox based distributions The busybox implementation of ps is lacking needed arguments so a proper ps program needs to be installed. For Alpine Linux this can be done with: `apk --no-cache add procps` -## OmniOS / Illumos based distributions +## OmniOS Used with OmniOS r34, r36 and r37 (with napp-it installed). Hence, we presume you have a standard perl installation etc.