Compare commits

..

1 Commits

Author SHA1 Message Date
cravl-dev
fc155d998e Merge 08786d64e8 into f2691f33d3 2024-04-19 17:35:26 +02:00
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 unzip) local dep=(wget nginx)
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 unzip) local dep=(wget nginx)
dependency_check "${dep[@]}" dependency_check "${dep[@]}"
### detect conflicting Haproxy and Apache2 installations ### detect conflicting Haproxy and Apache2 installations
detect_conflicting_packages detect_conflicting_packages