mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
5 lines
146 B
Bash
5 lines
146 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo -e "Installing Tailscale..."
|
|
curl -fsSL https://tailscale.com/install.sh | sh &>/dev/null
|
|
echo -e "Installed Tailscale"
|