Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install brave browser on linux

sudo apt install apt-transport-https curl gnupg

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
Comment

Install brave in ubuntu

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
Comment

brave install ubuntu

sudo apt install apt-transport-https curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-beta-archive-keyring.gpg https://brave-browser-apt-beta.s3.brave.com/brave-browser-beta-archive-keyring.gpg

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

sudo apt update

sudo apt install brave-browser-beta
Comment

PREVIOUS NEXT
Code Example
Shell :: install brave browser 
Shell :: watch and compile scss command 
Shell :: how to make a tarball in linux 
Shell :: how to install lvm2 on ubuntu 
Shell :: compress directory with bzip2 
Shell :: bash load file into list 
Shell :: laravel install bootstrap 5 
Shell :: unix change timestamp of file 
Shell :: install cloudinary storage command 
Shell :: ssh copy folder from local to remote 
Shell :: git look at changes to a file 
Shell :: convert a WSL 1 distro to WSL 2 
Shell :: angular bootstrap 
Shell :: shell nohup 
Shell :: git ls files sort by date 
Shell :: brew install docker 
Shell :: revert commit git 
Shell :: bash shell remove recursive folder file rm dir 
Shell :: npm morgan install 
Shell :: netbeans 8.2 download ubuntu 
Shell :: linux distros 
Shell :: install specific version of docker on ubuntu 
Shell :: case insensitive zgrep 
Shell :: change username ubuntu 
Shell :: valet allow phpmyadmin route 
Shell :: repository commands 
Shell :: ngrok with docker-compose 
Shell :: for loop iteration in shell script 
Shell :: git pull with ssh 
Shell :: how to push local code to gitlab 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =