mirror of
https://github.com/tteck/Proxmox.git
synced 2025-08-25 12:31:13 +00:00
Create add-tailscale-install.sh
This commit is contained in:
5
misc/add-tailscale-install.sh
Normal file
5
misc/add-tailscale-install.sh
Normal file
@@ -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