remove wget from alpine dependencies

Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com>
This commit is contained in:
darkexplosiveqwx
2025-11-30 19:00:15 +01:00
parent 3a4c399982
commit 353105ec0f
+1 -2
View File
@@ -155,7 +155,7 @@ EOM
) )
# List of required packages on APK based systems # List of required packages on APK based systems
PIHOLE_META_VERSION_APK=0.1 PIHOLE_META_VERSION_APK=0.2
PIHOLE_META_DEPS_APK=( PIHOLE_META_DEPS_APK=(
bash bash
bash-completion bash-completion
@@ -181,7 +181,6 @@ PIHOLE_META_DEPS_APK=(
sudo sudo
tzdata tzdata
unzip unzip
wget
) )
######## Undocumented Flags. Shhh ######## ######## Undocumented Flags. Shhh ########