Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: print grep output in one line 
Shell :: how to see hidden files in terminal mac 
Shell :: install fira code ubuntu 
Shell :: how to close an issue with a commit 
Shell :: git pull --tags origin main remote: Repository not found. 
Shell :: td-agent restart 
Shell :: win add to startup 
Shell :: add ssh github 
Shell :: snap purge 
Shell :: cypress install npm 
Shell :: install nix macos 
Shell :: install kali desktop kde environment 
Shell :: copy files between servers 
Shell :: sublime text editor download for linux 
Shell :: gitbash update 
Shell :: how to erase folder that match characters in linux 
Shell :: chmod add execute permission to useer 
Shell :: how to know ROS path 
Shell :: how to use gitignore to ignore a folder 
Shell :: run bash script linux with sudo password 
Shell :: how to search the memory for the address of bin/sh 
Shell :: regolith linux 
Shell :: echo venv/ .gitignore 
Shell :: how to give full permission to another user linux 
Shell :: bash array forloop 
Shell :: make changes to a previous commit 
Shell :: nvidia proprietary driver arch linux 
Shell :: while bash one line 
Shell :: powershell allow execution 
Shell :: cmd refresh path 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =