mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 22:44:44 +00:00
configureSelinux prior to installPihole
This commit is contained in:
parent
5c79184d3b
commit
0d9a8d70bf
1 changed files with 3 additions and 1 deletions
|
@ -788,7 +788,6 @@ installPihole() {
|
||||||
installCron
|
installCron
|
||||||
runGravity
|
runGravity
|
||||||
configureFirewall
|
configureFirewall
|
||||||
configureSelinux
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configureSelinux() {
|
configureSelinux() {
|
||||||
|
@ -859,6 +858,9 @@ use4andor6
|
||||||
# Decide what upstream DNS Servers to use
|
# Decide what upstream DNS Servers to use
|
||||||
setDNS
|
setDNS
|
||||||
|
|
||||||
|
# Configure SELinux (if applicable)
|
||||||
|
configureSelinux
|
||||||
|
|
||||||
# Install and log everything to a file
|
# Install and log everything to a file
|
||||||
installPihole | tee $tmpLog
|
installPihole | tee $tmpLog
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue