1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-22 15:59:35 +00:00

Use new functions in update.sh as well

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2024-09-30 20:54:20 +02:00
parent 31f222e73d
commit f9cd6c5940
No known key found for this signature in database

View File

@ -106,7 +106,8 @@ main() {
# Install packages used by this installation script (necessary if users have removed e.g. git from their systems)
package_manager_detect
install_dependent_packages "${INSTALLER_DEPS[@]}"
build_dependency_package
install_dependent_packages
# This is unlikely
if ! is_repo "${PI_HOLE_FILES_DIR}" ; then