Remove power-profiles-daemon when installing corectrl to prevent conflicts

This commit is contained in:
2025-10-12 14:57:18 -04:00
parent 9bb3a299bd
commit 7450de89ae
+1
View File
@@ -85,6 +85,7 @@ func applications() {
managePackages("-S", []string{"steam"})
case 11:
managePackages("-S", []string{"corectrl"})
managePackages("-Rcns", []string{"power-profiles-daemon"})
writeFile(mountPoint+"/etc/polkit-1/rules.d/90-corectrl.rules", corectrlPolkit, "root", 0644)
}
}