Compare commits

..

1 Commits

Author SHA1 Message Date
skarasov
d3cdd30190 Merge 6a766f7882 into f2691f33d3 2024-04-07 16:19:14 +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