mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 02:24:27 +05:00
script: add virtualenv to the moonraker dependency check #95
This commit is contained in:
@@ -107,7 +107,7 @@ moonraker_setup_dialog(){
|
||||
|
||||
moonraker_setup(){
|
||||
### checking dependencies
|
||||
dep=(wget curl unzip dfu-util)
|
||||
dep=(wget curl unzip dfu-util virtualenv)
|
||||
### additional deps for kiauh compatibility for armbian
|
||||
dep+=(libjpeg-dev zlib1g-dev)
|
||||
dependency_check
|
||||
|
||||
Reference in New Issue
Block a user