From 05202b57b3aec70a8ce57346108440a58b3f9fb9 Mon Sep 17 00:00:00 2001 From: Douglas Deslauriers Date: Thu, 4 Jan 2024 18:43:45 -0500 Subject: [PATCH] feat: Add note about enabling alpine community repo --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index e9d4e14..dbd1a15 100644 --- a/docs/install.md +++ b/docs/install.md @@ -85,6 +85,8 @@ pivpnGitBranch="myfeaturebranch" * run as root or have sudo installed * `apk add sudo; echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel` +Enable the community [repository](https://wiki.alpinelinux.org/wiki/Repositories) + #### AWS Cloud Images (AMI) On AWS sudo is is not available by default in the the Alpine AMI'and you should use `doas` to install the required dependencies.