Correct codename of raspberry pi os release
This commit is contained in:
@@ -457,7 +457,7 @@ prepare () {
|
|||||||
echo 'This only needs to be run once to prepare your system to use octoprint_deploy.'
|
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.'
|
echo 'Run this setup and then connect to OctoPrint through your browser to setup your admin user.'
|
||||||
PS3='Installation type: '
|
PS3='Installation type: '
|
||||||
options=("OctoPi" "Ubuntu 18-20" "Ubuntu 21.X" "Mint 20.3" "Fedora 35+" "Raspberry Pi OS Buster" "Quit")
|
options=("OctoPi" "Ubuntu 18-20" "Ubuntu 21.X" "Mint 20.3" "Fedora 35+" "Raspberry Pi OS Bullseye" "Quit")
|
||||||
select opt in "${options[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
@@ -481,7 +481,7 @@ prepare () {
|
|||||||
INSTALL=5
|
INSTALL=5
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
"Raspberry Pi OS Buster")
|
"Raspberry Pi OS Bullseye")
|
||||||
INSTALL=6
|
INSTALL=6
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user