Merge pull request 'Replace sudo with doas on alpine' (#11) from doas_alpine into master
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user