mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-05 00:27:18 -04:00
Fix running commands on booted systems; fix firmware installation
This commit is contained in:
+1
-1
@@ -21,8 +21,8 @@ func firmwareSelector() {
|
||||
return
|
||||
case 2:
|
||||
allPackages := append(nonOptional, optional...)
|
||||
managePackages("-S", allPackages)
|
||||
managePackages("-Rcns", []string{"linux-firmware"})
|
||||
managePackages("-S", allPackages)
|
||||
case 3:
|
||||
optional = append(optional, firm+"intel")
|
||||
case 4:
|
||||
|
||||
Reference in New Issue
Block a user