Difference between revisions of "Brave"

From Indie IT Wiki
 
Line 8: Line 8:
  
 
NEW
 
NEW
 +
 +
curl -fsS <nowiki>https://dl.brave.com/install.sh</nowiki> | sh
 +
 +
OLD
  
 
  sudo apt install curl -y
 
  sudo apt install curl -y

Latest revision as of 12:05, 29 December 2024

Introduction

The browser that rethinks the web - Brave browser blocks ads and trackers that slow you down and invade your privacy.

https://brave.com/features

Installation

NEW

curl -fsS https://dl.brave.com/install.sh | sh

OLD

sudo apt install curl -y
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update -y
sudo apt install brave-browser -y

https://brave.com/linux