mirror of
https://github.com/pi-hole/pi-hole
synced 2025-02-09 22:52:38 +00:00
Add call to os_check in the update script (#5845)
This commit is contained in:
commit
2ae78e02bd
@ -107,6 +107,9 @@ main() {
|
|||||||
web_update=false
|
web_update=false
|
||||||
FTL_update=false
|
FTL_update=false
|
||||||
|
|
||||||
|
# Perform an OS check to ensure we're on an appropriate operating system
|
||||||
|
os_check
|
||||||
|
|
||||||
# Install packages used by this installation script (necessary if users have removed e.g. git from their systems)
|
# Install packages used by this installation script (necessary if users have removed e.g. git from their systems)
|
||||||
package_manager_detect
|
package_manager_detect
|
||||||
build_dependency_package
|
build_dependency_package
|
||||||
|
Loading…
Reference in New Issue
Block a user