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
+2 -1
View File
@@ -165,6 +165,8 @@ PIHOLE_META_DEPS_APK=(
cronie cronie
curl curl
dialog dialog
doas # sudo replacement
doas-sudo-shim
git git
grep grep
iproute2-minimal # piholeARPTable.sh iproute2-minimal # piholeARPTable.sh
@@ -178,7 +180,6 @@ PIHOLE_META_DEPS_APK=(
procps-ng procps-ng
psmisc psmisc
shadow shadow
sudo
tzdata tzdata
unzip unzip
) )