From d313ce73852e2598096cd1e45c58a01818ef76c5 Mon Sep 17 00:00:00 2001 From: Evgenii Date: Sat, 11 Sep 2021 03:16:53 +0300 Subject: [PATCH] Some adjustments --- scripts/ui/install_menu.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ui/install_menu.sh b/scripts/ui/install_menu.sh index 47f3c65..600a15e 100755 --- a/scripts/ui/install_menu.sh +++ b/scripts/ui/install_menu.sh @@ -12,8 +12,8 @@ install_ui(){ echo -e "| Klipper API: | Other: | " echo -e "| 2) [Moonraker] | 6) [Duet Web Control] | " echo -e "| | 7) [OctoPrint] | " - echo -e "| Klipper Webinterface: | 8) [MoonrakerTelegramBot]| " - echo -e "| 3) [Mainsail] | 9) [PrettyGCode] | " + echo -e "| Klipper Webinterface: | 8) [PrettyGCode] | " + echo -e "| 3) [Mainsail] | 9) [MoonrakerTelegramBot]| " echo -e "| 4) [Fluidd] | | " echo -e "| | Webcam: | " echo -e "| | 10) [MJPG-Streamer] | " @@ -40,9 +40,9 @@ install_menu(){ 7) do_action "octoprint_setup_dialog" "install_ui";; 8) - do_action "install_MoonrakerTelegramBot" "install_ui";; - 9) do_action "install_pgc_for_klipper" "install_ui";; + 9) + do_action "install_MoonrakerTelegramBot" "install_ui";; 10) do_action "install_mjpg-streamer" "install_ui";; Q|q)