From 55f3373a27855ea96a06a48498db139abcfa0e37 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Tue, 8 Feb 2022 17:44:39 -0500 Subject: [PATCH] menu fix --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 639d3a7..86b3405 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" "Quit") + options=("OctoPi" "Ubuntu 20.X" "Ubuntu 21.X" "Quit") select opt in "${options[@]}" do case $opt in