Skip to content

Commit

Permalink
Add Install Error Fix
Browse files Browse the repository at this point in the history
Even though I'm quite tech-savvy I had great trouble trying to resolve this error. Because this error WILL occur on all clean installs of Debian, Mint, and Ubuntu its critical that people easily can find a fix. 

I would usually not put such a solution directly on the install page, but I think it was necessary because of its prevalence which hurt adoption.
  • Loading branch information
Gurran authored Feb 26, 2018
1 parent 99a5485 commit c10d46e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/linuxInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,18 @@ Verify the `/etc/apt/sources.list.d/brave-*.list` file lists a new repository an
grep lsb_release /etc/apt/sources.list.d/brave*
```


Finally, install Brave:
```
sudo apt update
sudo apt install brave
```

If you get this error when updating, you need an additional package.
> E: Some files failed to download. They have been ignored, or old ones used instead.
```
sudo apt-get install apt-transport-https
```
To install the latest `brave-beta` which often has early staging builds:

```
Expand Down

0 comments on commit c10d46e

Please sign in to comment.