Add powerplan
This commit is contained in:
parent
6e75de0eb9
commit
83b560d1fc
1 changed files with 6 additions and 0 deletions
|
@ -295,4 +295,10 @@ sudo echo "<?xml version=\"1.0\"?>
|
|||
" | sudo tee /etc/fonts/local.conf
|
||||
fc-cache
|
||||
|
||||
# == Power plan ==
|
||||
sudo pacman -S tlp --noconfirm
|
||||
sudo systemctl enable tlp.service
|
||||
sudo systemctl mask systemd-rfkill.service
|
||||
sudo systemctl mask systemd-rfkill.socket
|
||||
|
||||
echo -e "\nInstallation done.\nPlease restart your computer."
|
||||
|
|
Reference in a new issue