We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c704b commit cd9c431Copy full SHA for cd9c431
docs/install.md
@@ -77,8 +77,11 @@ pivpnGitBranch="myfeaturebranch"
77
78
* Bash
79
* `apk add bash`
80
-* busybox-initscripts
81
- * `apk add busybox-initscripts`
+* busybox openrc initscripts
+ * v3.16 or earlier
82
+ * `apk add busybox-initscripts`
83
+ * v3.17+
84
+ * `apk add busybox-openrc`
85
* run as root or have sudo installed
86
* `apk add sudo; echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel`
87
0 commit comments