Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save uguremirmustafa/815cfbcd739efc5d0d617e8216efeed1 to your computer and use it in GitHub Desktop.
Save uguremirmustafa/815cfbcd739efc5d0d617e8216efeed1 to your computer and use it in GitHub Desktop.
brave-install
sudo apt install curl
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 [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
sudo apt install brave-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment