6 Commits
v1.4 ... v1.5

2 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ then
xset s noblank xset s noblank
xset s off xset s off
else else
xset s $SCREEN xset +dpms
xset dmps 0 0 $SCREEN
fi fi
#NO-Var fallback site #NO-Var fallback site

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.