Skip to content

Commit cd9c431

Browse files
SPK44coolapso
authored andcommitted
fix(links): Update alpine busybox init pkg name for v3.17+
1 parent 05c704b commit cd9c431

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/install.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ pivpnGitBranch="myfeaturebranch"
7777

7878
* Bash
7979
* `apk add bash`
80-
* busybox-initscripts
81-
* `apk add busybox-initscripts`
80+
* busybox openrc initscripts
81+
* v3.16 or earlier
82+
* `apk add busybox-initscripts`
83+
* v3.17+
84+
* `apk add busybox-openrc`
8285
* run as root or have sudo installed
8386
* `apk add sudo; echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel`
8487

0 commit comments

Comments
 (0)