mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 12:37:46 +00:00
6 lines
165 B
Bash
6 lines
165 B
Bash
echo "Add potentially missing dependency for power profile controls"
|
|
|
|
if ! pacman -Q python-gobject &>/dev/null; then
|
|
sudo pacman -S --noconfirm python-gobject
|
|
fi
|