refactor: add local keyword

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-23 14:50:00 +02:00
parent b03df9811c
commit 3570d58f20
6 changed files with 7 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ function create_moonraker_virtualenv(){
function moonraker_setup(){
local confirm_msg instances=${1}
### checking dependencies
dep=(git wget curl unzip dfu-util virtualenv)
local dep=(git wget curl unzip dfu-util virtualenv)
### additional required dependencies on armbian
dep+=(libjpeg-dev zlib1g-dev)
dependency_check "${dep[@]}"