fix(bazzite): correct service name for cyan-skillfish-governor-tt install

The manual install section was installing cyan-skillfish-governor-tt via
COPR but then enabling oberon-governor.service, which is the wrong service.
This commit is contained in:
Martin
2026-03-18 22:53:47 +01:00
parent a9d0c59f01
commit 8553a389ac

View File

@@ -113,7 +113,7 @@ rpm-ostree install cyan-skillfish-governor-tt
systemctl reboot
# Enable service after reboot
sudo systemctl enable --now oberon-governor.service
sudo systemctl enable --now cyan-skillfish-governor-tt.service
```
!!!info "SMU Governor as Emerging Alternative"