From cd9c43133a24ada2e52c66ad6e3bbb56da247d2a Mon Sep 17 00:00:00 2001 From: Douglas Deslauriers Date: Thu, 4 Jan 2024 18:43:10 -0500 Subject: [PATCH] fix(links): Update alpine busybox init pkg name for v3.17+ --- docs/install.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 5f3f652..e9d4e14 100644 --- a/docs/install.md +++ b/docs/install.md @@ -77,8 +77,11 @@ pivpnGitBranch="myfeaturebranch" * Bash * `apk add bash` -* busybox-initscripts - * `apk add busybox-initscripts` +* busybox openrc initscripts + * v3.16 or earlier + * `apk add busybox-initscripts` + * v3.17+ + * `apk add busybox-openrc` * run as root or have sudo installed * `apk add sudo; echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel`