summaryrefslogtreecommitdiff
path: root/setup-user.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-user.in')
-rw-r--r--setup-user.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-user.in b/setup-user.in
index a61749c..cd4cbef 100644
--- a/setup-user.in
+++ b/setup-user.in
@@ -151,7 +151,7 @@ if [ -n "$groups" ] && [ "$groups" != "none" ]; then
fi
if [ -n "$admin" ]; then
- $MOCK apk add doas
+ apk add doas
mkdir -p "$ROOT"/etc/doas.d
echo "permit persist :wheel" >> "$ROOT"/etc/doas.d/doas.conf
$MOCK addgroup "$username" "wheel" || exit