From b14d609797abbb50030092e04b6eb1787deebaca Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 3 Nov 2024 03:49:24 +0100 Subject: [PATCH] Improve Raspi setup. --- testing/scripts/setup_raspi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/setup_raspi.sh b/testing/scripts/setup_raspi.sh index 9131b13..227bd4b 100755 --- a/testing/scripts/setup_raspi.sh +++ b/testing/scripts/setup_raspi.sh @@ -18,5 +18,5 @@ upgrade_from_older_release setup_for_desktop raspi copy_dirtree "${PATH_MANY}${PATH_REL_HOME}" '/root' raspi_root -# systemctl enable throttle_cpu.service +systemctl enable throttle_cpu.service # systemctl start throttle_cpu.service -- 2.30.2