diff options
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" "$?" |
