bs_nix/laptop/setupo_laptop_pwr.sh

7 lines
150 B
Bash
Raw Normal View History

2018-12-20 00:43:40 +00:00
#!/bin/bash
echo "Installing power-saving packages"
2019-02-05 08:17:59 +00:00
sudo dnf install -y powertop tlp
2018-12-20 00:43:40 +00:00
2019-02-05 08:17:59 +00:00
echo "Edit /etc/default/tlp such that the default mode is BAT"