From dbcaeef1ac55bd3dd929b86a8f6082fef16f02b1 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Sun, 24 Aug 2025 17:30:21 -0400 Subject: [PATCH] Remove Alpine Linux ps installation instructions Removed instructions for installing ps on Alpine Linux. --- INSTALL.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 879d257..e32de4e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -176,13 +176,6 @@ pkg install p5-Config-Inifiles p5-Capture-Tiny pv mbuffer lzop sanoid * See note about tcsh unpleasantness and other things in FREEBSD.readme -## 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 Used with OmniOS r34, r36 and r37 (with napp-it installed). Hence, we presume you have a standard perl installation etc.