mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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>
This commit is contained in:
5
migrations/1755459930.sh
Normal file
5
migrations/1755459930.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
echo "Add potentially missing dependency for power profile controls"
|
||||
|
||||
if ! yay -Q python-gobject &>/dev/null; then
|
||||
yay -S --noconfirm python-gobject
|
||||
fi
|
||||
Reference in New Issue
Block a user