mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 16:43:17 +01:00
6 lines
146 B
Bash
6 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"
|