install.sh aktualisiert

This commit is contained in:
2024-10-29 20:59:57 +01:00
parent 43b9640eb0
commit c7a77796a1

View File

@@ -163,5 +163,9 @@ echo -e "${GREEN}✔${NC} Installation complete. Press any key to reboot..." >>
read -n 1 -s read -n 1 -s
sudo reboot 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: # Version 1.2:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script. # Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.