Files
arthur-os/migrations/1776784497.sh
T
2026-04-21 17:19:34 +02:00

6 lines
153 B
Bash

echo "Remove resume boost feature"
if [[ -f /usr/lib/systemd/system-sleep/resume-boost ]]; then
sudo rm /usr/lib/systemd/system-sleep/resume-boost
fi