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
Debian 10 Buster
the source list hard coded in postinstall script and /opt/brave.com/brave/cron/brave-browser script refer to google . Why?
REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
insatall key curl https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key add - 3. refresh source sudo apt update install brave sudo apt install brave-browser
the source file is broken root@debian:/etc/apt/sources.list.d# cat brave-browser.list
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
Don't touch the user source file please
Each time
apt policy brave-browser brave-browser: Installé : 0.56.12 Candidat : 0.56.12 Table de version : *** 0.56.12 500 500 https://brave-browser-apt-release.s3.brave.com bionic/main amd64 Packages 100 /var/lib/dpkg/status
Consequence
Sudo apt purge brave-browser
Conclusion Your work is not finished
The text was updated successfully, but these errors were encountered:
Dupe of #1084
Sorry, something went wrong.
Using Fedora 29 here and I'm getting an invalid dnf/yum repo created after installing brave via Download page instructions
/etc/yum.repos.d/brave-browser.repo [brave-browser] name=brave-browser baseurl=http://dl.google.com/linux/brave-browser/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub
[brave-browser] name=brave-browser baseurl=http://dl.google.com/linux/brave-browser/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub
No branches or pull requests
Debian 10 Buster
Description
the source list hard coded in postinstall script and /opt/brave.com/brave/cron/brave-browser script refer to google .
Why?
sources.list setting for brave-browser updates.
REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
Steps to Reproduce
deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ bionic main
insatall key
curl https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key add -
3. refresh source
sudo apt update
install brave
sudo apt install brave-browser
Actual result:
the source file is broken
root@debian:/etc/apt/sources.list.d# cat brave-browser.list
THIS FILE IS AUTOMATICALLY CONFIGURED
You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
Expected result:
Don't touch the user source file please
Reproduces how often:
Each time
Brave version (brave://version info)
apt policy brave-browser
brave-browser:
Installé : 0.56.12
Candidat : 0.56.12
Table de version :
*** 0.56.12 500
500 https://brave-browser-apt-release.s3.brave.com bionic/main amd64 Packages
100 /var/lib/dpkg/status
Consequence
Sudo apt purge brave-browser
Conclusion
Your work is not finished
The text was updated successfully, but these errors were encountered: