From 83b560d1fc86aec0f9e42e55342985cea95807c6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 19 Feb 2022 12:21:32 +0100 Subject: [PATCH] Add powerplan --- installation.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installation.sh b/installation.sh index f65dcea..4be632d 100644 --- a/installation.sh +++ b/installation.sh @@ -295,4 +295,10 @@ sudo echo " " | 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."