fix: add unzip to dependencies for Mainsail and Fluidd

This commit is contained in:
Justin Otherguy
2024-05-09 20:56:16 +02:00
committed by GitHub
parent f2691f33d3
commit a374ac8fac
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ function install_fluidd() {
fi fi
### checking dependencies ### checking dependencies
local dep=(wget nginx) local dep=(wget nginx unzip)
dependency_check "${dep[@]}" dependency_check "${dep[@]}"
### detect conflicting Haproxy and Apache2 installations ### detect conflicting Haproxy and Apache2 installations
detect_conflicting_packages detect_conflicting_packages

View File

@@ -37,7 +37,7 @@ function install_mainsail() {
fi fi
### checking dependencies ### checking dependencies
local dep=(wget nginx) local dep=(wget nginx unzip)
dependency_check "${dep[@]}" dependency_check "${dep[@]}"
### detect conflicting Haproxy and Apache2 installations ### detect conflicting Haproxy and Apache2 installations
detect_conflicting_packages detect_conflicting_packages