From b7345ad71c92cd6249a85bfdaf0ad8233fd72ba3 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 20 May 2020 17:00:34 -0400 Subject: added tor to ~/src --- source.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit