mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-06 00:57:20 -04:00
Reduce removals list to only things that cannot be unchecked during installation
This commit is contained in:
@@ -79,7 +79,7 @@ depends=(
|
||||
}
|
||||
managePackage("-U", "/tmp/custom-base-devel/base-devel-1-2-any.pkg.tar.xz")
|
||||
managePackage("-S", "opendoas")
|
||||
cmd = exec.Command("pacman", "-R", "sudo", "qt-sudo", "octopi")
|
||||
cmd = exec.Command("pacman", "-R", "sudo", "qt-sudo", "octopi", "--noconfirm")
|
||||
err = cmd.Run()
|
||||
if err != nil {
|
||||
other.PrintError("Failed to remove sudo", 1)
|
||||
|
||||
Reference in New Issue
Block a user