This commit is contained in:
Cyril 2024-03-23 14:53:32 +01:00
parent 6804b606d7
commit 7ee3504407
9 changed files with 128 additions and 0 deletions

View file

@ -37,6 +37,7 @@ function install_menu_ui() {
menu_option '19' 'Install' 'OctoEverywhere'
menu_option '20' 'Install' 'Moonraker Obico'
menu_option '21' 'Install' 'Mobileraker Companion'
menu_option '22' 'Install' 'GuppyFLO'
hr
inner_line
hr
@ -216,6 +217,12 @@ function install_menu() {
else
run "install_mobileraker_companion" "install_menu_ui"
fi;;
22)
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
error_msg "Moonraker and Nginx are needed, please install them first!"
else
run "install_guppyflo" "install_menu_ui"
fi;;
B|b)
clear; main_menu; break;;
Q|q)