Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5dc8681dfd | |||
| c7a77796a1 | |||
| 43b9640eb0 | |||
| 1510ce0758 | |||
| a5cd4e6f2c | |||
| 488b0a6406 |
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user