mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 11:04:29 +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(){
|
moonraker_setup(){
|
||||||
### checking dependencies
|
### checking dependencies
|
||||||
dep=(wget curl unzip dfu-util)
|
dep=(wget curl unzip dfu-util virtualenv)
|
||||||
### additional deps for kiauh compatibility for armbian
|
### additional deps for kiauh compatibility for armbian
|
||||||
dep+=(libjpeg-dev zlib1g-dev)
|
dep+=(libjpeg-dev zlib1g-dev)
|
||||||
dependency_check
|
dependency_check
|
||||||
|
|||||||
Reference in New Issue
Block a user