Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Script to Install Brave Browser On Debian Linux

#!/bin/bash
# Installs Brave Browser
# Just copy this into any text editor, save as "example.sh"
# cd to directory with the "example.sh" in it, and "bash ./example.sh"
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

PREVIOUS NEXT
Code Example
Shell :: Two methods can be used to bring interfaces up ip link set dev eth0 down or down 
Shell :: bash for loop with decimals 
Shell :: linux var with special charactors 
Shell :: heredoc remove leading space linux bash 
Shell :: linux set global server name 
Shell :: keytool list certs java 
Shell :: Copying file permission of unixcop to monitor.txt 
Shell :: git hyj 
Shell :: fsl fslmath mask sphere 
Shell :: printing from command line filters pipelines 
Shell :: ubuntu shared hosting set default cron editor 
Shell :: betterlock screen set wallpaper 
Shell :: kde neon linux type 
Shell :: nohup change output file name 
Shell :: get-distributiongroupmember exchange online missing cmdlet 
Shell :: hashcat-6.1.1.7z by kali linux 
Shell :: Installing YouTube-DL on WSL2 Arch Linux 
Shell :: Numeric calculations 
Shell :: docker image for log scarping example 
Shell :: how to configure adminer ubuntu 
Shell :: Basic auth HTTP Powershell 
Shell :: diff between tail and head command 
Shell :: powershell update help 
Shell :: linux change directoryyy 
Shell :: ubuntu extract .tar.xz file 
Shell :: first commit github 
Shell :: linux record camera 
Shell :: replace main with another branch 
Shell :: how to install brave browser on manjaro 
Shell :: how to permantely install library in collab 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =