Update
This commit is contained in:
parent
0450146383
commit
b2795c3365
3 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,8 @@ function install_menu_ke() {
|
|||
error_msg "Moonraker and Nginx are needed, please install them first!"
|
||||
elif [ ! -d "$FLUIDD_FOLDER" ] && [ ! -d "$MAINSAIL_FOLDER" ]; then
|
||||
error_msg "Fluidd or Mainsail is needed, please install one of them first!"
|
||||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||
error_msg "Entware is needed, please install it first!"
|
||||
else
|
||||
run "install_mobileraker_companion" "install_menu_ui_ke"
|
||||
fi;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue