Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 847 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 847 Bytes

Wi-Fi Power Save Utility

A terminal utility to disable or enable Wi-Fi power save functionality.

Install Curl

Curl should already be installed, but just in case:

Fedora

sudo dnf install curl -y

or

Ubuntu

sudo apt install curl -y

To Install Power Save Script, simply run:

curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/wifi-powersave/powersave.sh -o powersave.sh && clear && bash powersave.sh

Running the script in the future After the install, you can run going forward with the following in the HOME directory. So merely opening a terminal and running this will work if the original script has not been moved.

bash powersave.sh