Install Brave Browser on Debian 9+, Ubuntu 14.04+ and Mint 17

  • 10 October 2020
  • 0 replies
  • 161 views

I wanted to make it easier for folks to install my favorite privacy-focused browser on Linux, so I’m sharing this script. Hope to increase adoption of this great browser!!


Evaluation:


exit 0


Remediation:


sudo apt install apt-transport-https curl
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser

0 replies

Be the first to reply!

Reply