Replace sudo with doas on alpine #11

Merged
ainur merged 2 commits from doas_alpine into master 2026-03-18 14:09:03 +00:00

View File

@@ -165,6 +165,8 @@ PIHOLE_META_DEPS_APK=(
cronie
curl
dialog
doas # sudo replacement
doas-sudo-shim
git
grep
iproute2-minimal # piholeARPTable.sh
@@ -178,7 +180,6 @@ PIHOLE_META_DEPS_APK=(
procps-ng
psmisc
shadow
sudo
tzdata
unzip
)