feat: version select on startup (#499)

This commit is contained in:
dw-0
2024-08-17 18:50:43 +02:00
committed by GitHub
parent 9b2960594e
commit 660481af5a
15 changed files with 533 additions and 129 deletions

View File

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