Skip to content

Commit

Permalink
Update install.sh: Make it obvious Buster support is going away.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 1, 2023
1 parent e238b26 commit 0dcaa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ check_if_buster()
[[ ${PI_OS} != "buster" ]] && return

MSG="WARNING: You are running the older Buster operating system."
MSG="${MSG}\nSupport for it will be dropped in a future Allsky release."
MSG="${MSG}\n\nSupport for it will be dropped in a future Allsky release.\n"
MSG="${MSG}\nWe recommend doing a fresh install of Bookworm on a clean SD card now."
if [[ ${PRIOR_CAMERA_TYPE} == "RPi" ]]; then
MSG="${MSG}\nRPi cameras have more features on newer operating systems.\n"
Expand Down

0 comments on commit 0dcaa19

Please sign in to comment.