mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-28 04:46:52 -04:00
Fix corectrl not being installed in all tweaks mode
This commit is contained in:
@@ -88,6 +88,11 @@ func applications() {
|
||||
fallthrough
|
||||
case 10:
|
||||
managePackages("-S", []string{"steam"})
|
||||
|
||||
if !doAll {
|
||||
break
|
||||
}
|
||||
fallthrough
|
||||
case 11:
|
||||
managePackages("-S", []string{"corectrl"})
|
||||
managePackages("-Rcns", []string{"power-profiles-daemon"})
|
||||
|
||||
Reference in New Issue
Block a user