-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
PPA for Ubuntu 19.10 / eoan or update install script #6522
Comments
We're currently working (brave/devops#464) on deprecating these distro names entirely and replacing them with a single All of these distro names are actually pointing to the same exact packages today (i.e. there is a single |
Just for the record, I believe https://github.com/brave/brave-browser/releases/download/v0.70.118/brave-browser_0.70.118_amd64.deb is the latest stable .deb file for installing brave browser. |
@kbsali That is on latest on Nightly channel. Release channel latest version is |
For anybody looking to install Brave on Ubuntu 19.10, follow these instructions:
The distro version ("bionic", "disco", "eoan") doesn't matter because they are all aliases of one another. There is a single Brave |
New Ubuntu distro names missing from our repo script:
|
Makes changes to the upload scripts necessary for switching signing over to a second subkey. References: https://github.com/brave/devops/issues/1073 Fixes: brave/brave-browser#6522 Fixes: https://github.com/brave/devops/issues/464 Fixes: https://github.com/brave/devops/issues/1995 Fixes: https://github.com/brave/devops/issues/1988
While the PR has been merged, the fix hasn't been deployed yet. |
I have this same issue on Pop OS 19.10, but the problem is not the distro release name, the problem is it's reporting that the repository is unsigned ... here is the actual error
I tried setting the repository to [trusted=yes] by editing /etc/apt/sources.list.d/brave-browser-release-eoan.list but then I get the following error
so now I am wondering, how do I install the latest stable version? |
@kronikpillow Have you tried following the instructions in #6522 (comment)? The instructions you followed in #6522 (comment) won't work because it will try to grab the |
I overlooked that comment, just tried it now, it works thank you :) |
While we're still waiting for the proper fix to be deployed (brave/brave-core#3750), we have added the two new Ubuntu release names to the Brave repos. Our official installation instructions should now work on Ubuntu 19.10. |
Makes changes to the upload scripts necessary for switching signing over to a second subkey. References: https://github.com/brave/devops/issues/1073 Fixes: brave/brave-browser#6522 Fixes: https://github.com/brave/devops/issues/464 Fixes: https://github.com/brave/devops/issues/1995 Fixes: https://github.com/brave/devops/issues/1988
Description
Now that Ubuntu 19.10 Eoan is released (10/17/19), the install script is no longer correct due to a missing PPA for the new release name.
I have been using the 19.04 Disco PPA successfully to this point, so an option would be to update the script to use
disco
for now till aneaon
verison is ready.Steps to Reproduce
sudo apt install brave-browser{-beta,-nightly}
Actual result:
E: Failed to fetch https://brave-browser-apt-beta.s3.brave.com/dists/eoan/InRelease 403 Forbidden [IP: 151.101.50.217 443]
Expected result:
A successful installation of the browser.
Reproduces how often:
100% of the time
Brave version (brave://version info)
All repos: stable, beta, dev
The text was updated successfully, but these errors were encountered: