Created
April 9, 2018 06:50
-
-
Save navin-mohan/c334586b08a321728d4d944aa2fc0f57 to your computer and use it in GitHub Desktop.
Setup TLP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo pacman -S tlp --noconfirm | |
sudo systemctl enable tlp.service | |
sudo systemctl enable tlp-sleep.service | |
sudo systemctl mask systemd-rfkill.service | |
sudo systemctl mask systemd-rfkill.socket | |
sudo systemctl start tlp.service | |
sudo systemctl start tlp-sleep.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment