diff options
-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 |