Merge pull request 'Replace sudo with doas on alpine' (#11) from doas_alpine into master
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Check for merge conflicts / main (push) Has been cancelled
Sync Back to Development / Syncing branches (push) Has been cancelled

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-03-18 14:09:03 +00:00

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
) )