summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup4
1 files changed, 2 insertions, 2 deletions
diff --git a/archsetup b/archsetup
index 34e8ed5..a2bdcd7 100755
--- a/archsetup
+++ b/archsetup
@@ -1303,7 +1303,7 @@ desktop_environment() {
action="Browsers" && display "subtitle" "$action"
pacman_install firefox
## TESTING IF NEEDED aur_install librewolf-bin
- aur_install tor-browser-bin
+ pacman_install torbrowser-launcher # downloads/updates tor browser automatically
aur_install google-chrome
# Install Printing
@@ -1427,7 +1427,7 @@ developer_workstation () {
action="VPN Tools" && display "subtitle" "$action"
pacman_install wireguard-tools # VPN - add configs to /etc/wireguard/
- aur_install tailscale-bin # mesh VPN - run 'tailscale up' to authenticate
+ pacman_install tailscale # mesh VPN - run 'tailscale up' to authenticate
action="enabling tailscale service" && display "task" "$action"
systemctl enable tailscaled >> "$logfile" 2>&1 || error "error" "$action" "$?"