Compare commits

..

1 Commits

Author SHA1 Message Date
Ruben P
9fe52fe0c0 Merge d190a60ff7 into f2691f33d3 2024-04-02 23:11:20 +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