1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 08:51:51 +00:00
ProxmoxVE/misc/add-tailscale-install.sh

6 lines
146 B
Bash
Raw Normal View History

2022-07-03 13:37:58 -04:00
#!/usr/bin/env bash
echo -e "Installing Tailscale..."
curl -fsSL https://tailscale.com/install.sh | sh &>/dev/null
echo -e "Installed Tailscale"