mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 13:20:40 +00:00
Create add-tailscale-install.sh
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo -e "Installing Tailscale..."
|
||||
curl -fsSL https://tailscale.com/install.sh | sh &>/dev/null
|
||||
echo -e "Installed Tailscale"
|
||||
Reference in New Issue
Block a user