Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix pacman call #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

emphasize
Copy link

Problem

Non-English system configurations will run into problems with former approach "yes | pacman ..."

Simply added a --noconfirm and --needed (to not reinstall packages present) instead of the existing statement. The -y added should be baseline since it renews the listings and prevents failures due to old lists.

Type of PR

  • Bugfix
  • Feature implementation
  • Refactor of code (without functional changes)
  • Documentation improvements
  • Test improvements

CLA

👍

@ChanceNCounter
Copy link

Wellp, I just tried it. It works... but I failed to intercept it in time to prevent a kernel and driver upgrade from piggybacking.

I don't think the --noconfirm is wise on Arch or Manjaro (nor, perhaps, was yes)

@emphasize
Copy link
Author

With problems i meant breakage as they would need a translated 'yes'.

Anyhow, how do you get a kernel update with this?

@ChanceNCounter
Copy link

It seems to have behaved like a -Syu, but I can't see why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants