Skip to content

Commit

Permalink
v8.10
Browse files Browse the repository at this point in the history
- DietPi-Installer | Syntax
  • Loading branch information
MichaIng committed Oct 15, 2022
1 parent fe64463 commit 1fb1077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ _EOF_'
/boot/dietpi/func/dietpi-set_hardware serialconsole enable ttyAMA0

# ROCK Pi 4, ROCKPro64, NanoPi R4S and Quartz64
elif (( $G_HW_MODEL == 72 || $G_HW_MODEL == 4[279] ))
elif [[ $G_HW_MODEL =~ ^(72|4[279])$ ]]
then
/boot/dietpi/func/dietpi-set_hardware serialconsole enable ttyS2

Expand Down

0 comments on commit 1fb1077

Please sign in to comment.