Delete add-tailscale-install.sh

This commit is contained in:
tteckster 2022-07-03 19:55:55 -04:00 committed by GitHub
parent 42bf5b2ba5
commit 2787814273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
echo -e "Installing Tailscale..."
curl -fsSL https://tailscale.com/install.sh | sh &>/dev/null
echo -e "Installed Tailscale"