mirror of https://github.com/tteck/Proxmox.git
Create add-tailscale-install.sh
This commit is contained in:
parent
1f347f9ed1
commit
e360a7f4bf
|
@ -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"
|
Loading…
Reference in New Issue