Next we will add Brave’s source so that Ubuntu will know where to download the software from
echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ `lsb_release -sc` main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-`lsb_release -sc`.list
Now it’s time to resynch the package index files from sources so we can install the Brave browser
sudo apt update
You should see both entries for brave-browser-apt-release.s3.brave.com listed. It should look similar to our screenshot above
Leave a Reply