fix spelling in menu

This commit is contained in:
paukstelis
2022-03-28 22:05:32 -04:00
parent 54830f04c9
commit bca5561632

View File

@@ -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" "Fedora35+" "Quit")
select opt in "${options[@]}"
do
case $opt in