Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Nov 7, 2024
1 parent 30c81e2 commit 77afd87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Entering setup.inc.sh"

echo "Disabling login shell to be accessible over serial"

if [ "$(is_bookworm_or_higher)" = true ]; then
if [ "$(is_debian_version_at_least 12)" = true ]; then
sudo raspi-config nonint do_serial_hw 1
sudo raspi-config nonint do_serial_cons 1
else
Expand Down

0 comments on commit 77afd87

Please sign in to comment.