diff --git a/install.sh b/install.sh index 16156df..1ba83cf 100644 --- a/install.sh +++ b/install.sh @@ -163,5 +163,9 @@ echo -e "${GREEN}✔${NC} Installation complete. Press any key to reboot..." >> read -n 1 -s sudo reboot + +echo "performance" | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor +sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target + # Version 1.2: # Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.