7 lines
147 B
Bash
7 lines
147 B
Bash
#! /bin/bash
|
|
|
|
sudo pacman -Syu gnome power-profiles-daemon
|
|
|
|
sudo systemctl enable power-profiles-daemon
|
|
sudo systemctl start power-profiles-daemon
|