bs_nix/laptop/setupo_laptop_wakeup.sh

8 lines
165 B
Bash
Executable File

#!/bin/bash
echo "Applying wakeup fix"
sudo cp _wakeup_fix /etc/systemd/system/wakeup-fix.service
sudo systemctl enable wakeup-fix
sudo systemctl start wakeup-fix