omarchy/migrations/1755459930.sh
Shigeto Kumagai bc43377cc6
fix: add python-object to make installation of Omarchy work (#806)
* Explicitly add python-object to make powerprofile work

* added migration

* Explain the why, not the how

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-18 16:13:21 +02:00

6 lines
154 B
Bash

echo "Add potentially missing dependency for power profile controls"
if ! yay -Q python-gobject &>/dev/null; then
yay -S --noconfirm python-gobject
fi