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 9d60a241fd
commit b4bc6a8bbe
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