Compare commits

..

1 Commits

Author SHA1 Message Date
dw-0
baec982639 Merge a4b149c11a into f2691f33d3 2024-05-09 19:01:02 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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