diff options
| -rwxr-xr-x | archsetup | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1321,6 +1321,13 @@ developer_workstation () { pacman_install android-file-transfer pacman_install android-tools + 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 + + action="enabling tailscale service" && display "task" "$action" + systemctl enable tailscaled >> "$logfile" 2>&1 || error "error" "$action" "$?" + action="DevOps Utilities" && display "subtitle" "$action" action="installing devops virtualization and automation tools" && display "task" "$action" |
