From 22c0f0995818cfd61ebf1cbb03641f3a3a14fad9 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Mon, 28 Mar 2022 22:06:34 -0400 Subject: [PATCH] fix --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index c2fa40e..c7b5246 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -457,7 +457,7 @@ prepare () { echo 'This only needs to be run once to prepare your system to use octoprint_deploy.' echo 'Run this setup and then connect to OctoPrint through your browser to setup your admin user.' PS3='Installation type: ' - options=("OctoPi" "Ubuntu 18-20" "Ubuntu 21.X" "Mint 20.3" "Fedora35+" "Quit") + options=("OctoPi" "Ubuntu 18-20" "Ubuntu 21.X" "Mint 20.3" "Fedora 35+" "Quit") select opt in "${options[@]}" do case $opt in