1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-18 05:49:10 +00:00
pi-hole/automated install
MichaIng 2b124b1c69
Do not pass whole environment for PIHOLE_SKIP_OS_CHECK=true
With `sudo -E`, the whole environment is passed to the root shell, which is a potential security and/or privacy issue when command overrides/functions, PATH or private user info are passed. To pass `PIHOLE_SKIP_OS_CHECK=true`, it can be passed alone to the bash/script call within the sudo session, so the `-E` flag can be omitted.

Signed-off-by: MichaIng <micha@dietpi.com>
2022-04-13 21:30:12 +02:00
..
basic-install.sh Do not pass whole environment for PIHOLE_SKIP_OS_CHECK=true 2022-04-13 21:30:12 +02:00
uninstall.sh Remove unnecessary case in uninstall script (#4692) 2022-04-12 11:36:49 -07:00