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 c399908 commit 00b5d08Copy full SHA for 00b5d08
pkg/cidata/cidata.TEMPLATE.d/boot/10-alpine-prep.sh
@@ -19,6 +19,11 @@ for REPO in main community; do
19
fi
20
done
21
22
+# Alpine comes with doas instead of sudo
23
+if ! command -v sudo >/dev/null 2>&1; then
24
+ apk add sudo
25
+fi
26
+
27
# Alpine doesn't use PAM so we need to explicitly allow public key auth
28
usermod -p '*' "${LIMA_CIDATA_USER}"
29
0 commit comments