Skip to content

Commit

Permalink
fix: rock 4c+ install error
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnchainw committed Mar 11, 2024
1 parent 1fdab94 commit 0a16522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockpi-quad/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ case "$model" in
mv /usr/bin/rockpi-quad/env/rpi4.env /etc/rockpi-quad.env
checkReboot
;;
*"Radxa ROCK 4SE"* | *"ROCK Pi 4"*)
*"Radxa ROCK 4C+"*)
if [ "$(is_armbian)" = "true" ]; then
armbian_require_overlay rk3399-i2c7
cp /usr/bin/rockpi-quad/env/rock_pi_4_armbian.env /etc/rockpi-quad.env
Expand Down

0 comments on commit 0a16522

Please sign in to comment.