Skip to content

Commit

Permalink
Merge pull request brave#6773 from dflock/patch-1
Browse files Browse the repository at this point in the history
Don't add brave to the system apt sources.list file for ubuntu/debian installs
  • Loading branch information
bbondy authored Jan 28, 2017
2 parents 36e8fdc + 35d1586 commit 3a75059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/linuxInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ To install brave using apt and lsb\_release :

```
curl https://s3-us-west-2.amazonaws.com/brave-apt/keys.asc | sudo apt-key add -
echo "deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt `lsb_release -sc` main" | sudo tee -a /etc/apt/sources.list
echo "deb [arch=amd64] https://s3-us-west-2.amazonaws.com/brave-apt `lsb_release -sc` main" | sudo tee -a /etc/apt/sources.list.d/brave-`lsb_release -sc`.list
```

You will want to make sure the bottom line of /etc/apt/sources.list lists a new repository and doesn not contain the word lsb\_release. If you see the word lsb\_release you might not have lsb\_release installed. Otherwise run
You will want to make sure the /etc/apt/sources.list.d/brave-\*.list file lists a new repository and does not contain the word lsb\_release. If you see the word lsb\_release you might not have lsb\_release installed. Otherwise run:

```
sudo apt update
Expand Down

0 comments on commit 3a75059

Please sign in to comment.