Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

brave browser linux

# install Brave in one go
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

# using snap
sudo snap install brave
Comment

install brave on linux

sudo apt install apt-transport-https 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 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

PREVIOUS NEXT
Code Example
Shell :: git create tag and push 
Shell :: The platform "win32" is incompatible with this module. 
Shell :: duplicate file linux 
Shell :: delete a github repository using curl 
Shell :: append to a file from terminal 
Shell :: kde up maxfps 
Shell :: how to stash specific file in git with message 
Shell :: git add ssh 
Shell :: add text with terminal 
Shell :: gatsby transformer remark 
Shell :: git reset to undo a merge 
Shell :: sbt install mac 
Shell :: nuxt new project npm 
Shell :: git login 
Shell :: install express globally 
Shell :: how to remove a file from staging area in git 
Shell :: undo most recent commit 
Shell :: install anaconda 
Shell :: docker get image size before pull acr 
Shell :: nginx letsencrypt 
Shell :: How to list manually installed packages in ubuntu 
Shell :: Method ReflectionParameter::getClass() is deprecated ubuntu 
Shell :: raspberry clear cache 
Shell :: git local setup 
Shell :: how to update pg_dump version linux 
Shell :: platformio install arduino lib 
Shell :: nginx block post files 
Shell :: aws cli on heroku 
Shell :: boot pendrive cmd 
Shell :: how to log into a remote linux server 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =