diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-20 17:00:34 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-20 17:03:04 -0400 |
commit | b7345ad71c92cd6249a85bfdaf0ad8233fd72ba3 (patch) | |
tree | f9243bbc7bab996ed66a3ab694c097a899cc4037 | |
parent | 783a91f38bf07e3aba9c8cc54dbdd9c804628db8 (diff) |
added tor to ~/src
-rwxr-xr-x | source.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |