1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Create brave

This commit is contained in:
Tommy 2022-05-27 00:40:01 -04:00 committed by GitHub
parent e1c04989da
commit 804707e72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
kicksecure/brave Normal file
View File

@ -0,0 +1,4 @@
sudo curl --proxy http://127.0.0.1:8082 -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 --no-install-recommends brave-browser