We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every time I update Brave, post-install script removes the repo file I've put in /etc/apt/sources.list.d/brave-browser.list
/etc/apt/sources.list.d/brave-browser.list
brave-browser.list
Brave | 1.0.0 Chromium: 78.0.3904.97 (Official Build) (64-bit) Revision | 021b9028c246d820be17a10e5b393ee90f41375e-refs/branch-heads/3904@{#859} OS | Linux
The text was updated successfully, but these errors were encountered:
cc: @mbacchi @fmarier
Sorry, something went wrong.
I was able to reproduce this.
I found that the function which removes the repo gets called from the postrm script.
postrm
Given that we disabled the addition of that repo in #1084, we also need to disable its removal.
Disable removal of Google repo (fixes brave/brave-browser#6912)
8c58e4f
Verification passed on
Verified test plan from brave/brave-core#4291
Before installing Brave
After installing Brave
fmarier
Successfully merging a pull request may close this issue.
Description
Every time I update Brave, post-install script removes the repo file I've put in
/etc/apt/sources.list.d/brave-browser.list
Steps to Reproduce
brave-browser.list
brave-browser.list
has been removedBrave version (brave://version info)
Other Additional Information:
No
No
No
The text was updated successfully, but these errors were encountered: