From 4231d1260f37a9a46559c1493e666cee32796a3c Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Sat, 12 Oct 2024 22:30:04 -0500 Subject: [PATCH] correct message --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0ba3a24..c9d95ca 100755 --- a/install.sh +++ b/install.sh @@ -321,7 +321,7 @@ if [ "$DISABLE_NETWORKING" = "true" ]; then fi if [[ -n $(cat /proc/cpuinfo | grep "RK3588") ]]; then - debug "This has a Rockchip RK3588, enabling all cores" + debug "This has a Rockchip RK3588, enabling big cores" sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=4-7/g' /lib/systemd/system/photonvision.service fi