Skip to content

Commit

Permalink
fix(links): Update alpine busybox init pkg name for v3.17+
Browse files Browse the repository at this point in the history
  • Loading branch information
SPK44 authored and coolapso committed Jan 5, 2024
1 parent 05c704b commit cd9c431
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit cd9c431

Please sign in to comment.