From bfb25de4d5f1ce065077b182880fedadf69b736b Mon Sep 17 00:00:00 2001 From: paukstelis Date: Tue, 7 Jun 2022 16:40:14 -0400 Subject: [PATCH] fixmenu --- octoprint_deploy.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 8002f79..c4839bf 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -578,13 +578,14 @@ prepare () { INSTALL=2 break ;; - "Fedora/Centos" + "Fedora/Centos") INSTALL=3 break ;; - "ArchLinux" + "ArchLinux") INSTALL=4 break + ;; "Quit") exit 1 ;;