mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
Install dependencies by creating a meta package on-the-fly (#5785)
This commit is contained in:
commit
4dbf9a0bbb
15 changed files with 201 additions and 231 deletions
|
@ -109,7 +109,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue