refactor: some tweaks

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-24 14:16:27 +02:00
parent 978a117d6a
commit 94f574d5b0
2 changed files with 8 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ function install_fluidd(){
print_error "${error}" && return
fi
### checking dependencies
local dep=(nginx)
local dep=(wget nginx)
dependency_check "${dep[@]}"
### check if moonraker is already installed
system_check_webui