Create add-tailscale-install.sh

This commit is contained in:
tteckster 2022-07-03 13:37:58 -04:00 committed by GitHub
parent 1f347f9ed1
commit e360a7f4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View 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"