aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-20 17:00:34 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-20 17:03:04 -0400
commitb7345ad71c92cd6249a85bfdaf0ad8233fd72ba3 (patch)
treef9243bbc7bab996ed66a3ab694c097a899cc4037
parent783a91f38bf07e3aba9c8cc54dbdd9c804628db8 (diff)
added tor to ~/src
-rwxr-xr-xsource.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/source.sh b/source.sh
index 9e9a025..f97c014 100755
--- a/source.sh
+++ b/source.sh
@@ -45,6 +45,13 @@ cd ..
git clone https://aur.archlinux.org/zoom.git
cd zoom
makepkg --noconfirm -si
+cd ..
+
+git clone https://aur.archlinux.org/tor-browser.git
+cd tor-browser
+gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
+makepkg --noconfirm -si
+cd ..
git clone https://git.hrhr.dev/utils
cd utils