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 ;;