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 :: grafana docker password 
Shell :: how to view hidden files and folders on terminal 
Shell :: how to remove large file from github repo history 
Shell :: post with httpie 
Shell :: hostname change inux 
Shell :: kde 144 fps 
Shell :: rpm extract 
Shell :: generate new ssh key 
Shell :: git pull if exist and clone 
Shell :: install cypress dev only 
Shell :: ubuntu check available packages 
Shell :: current time linux 
Shell :: post webhook bash 
Shell :: install docker linux 
Shell :: check connected wifi details on kali 
Shell :: read file line loop in bash 
Shell :: git merge branch without merge ocmmit 
Shell :: magento installer 
Shell :: create dummy file windows 
Shell :: how to ignore files in git 
Shell :: git go back to previous commit 
Shell :: $$ in shell script 
Shell :: gitlab server certificate verification failed 
Shell :: cd to root directory windows 
Shell :: run mongodb on docker linux 
Shell :: git delete all local branches starting with 
Shell :: install software manager linux kali 
Shell :: windows git ssh key add 
Shell :: create new repository on the command line 
Shell :: delete a branch git 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =