mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-05 08:37:39 -04:00
Fourth round of fixes
This commit is contained in:
@@ -23,7 +23,7 @@ func system() {
|
||||
writeFile(mountPoint+"/etc/doas.conf", "permit persist keepenv :wheel as root\n", "root", 0644)
|
||||
managePackage("-S", "opendoas")
|
||||
chrootCommandRun([]string{"pacman", "-S", "--asexplicit", "--dbonly", "archlinux-keyring", "autoconf", "automake", "binutils", "bison", "debugedit", "fakeroot", "file", "findutils", "flex", "gawk", "gcc", "gettext", "grep", "groff", "gzip", "libtool", "m4", "make", "pacman", "patch", "pkgconf", "sed", "texinfo", "which", "--noconfirm"})
|
||||
chrootCommandRun([]string{"pacman", "-R", "sudo", "qt-sudo", "--noconfirm"})
|
||||
chrootCommandRun([]string{"pacman", "-R", "base-devel", "sudo", "--noconfirm"})
|
||||
|
||||
if !doAll {
|
||||
break
|
||||
@@ -66,7 +66,7 @@ func system() {
|
||||
break
|
||||
}
|
||||
fallthrough
|
||||
case 9:
|
||||
case 8:
|
||||
addKernelParams([]string{"amd_pstate=passive"})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user