initial commit

This commit is contained in:
2021-10-24 00:29:23 -04:00
commit 5bce1dbb74
2 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#! bin/bash
echo "Tailscale Easy Installer"
echo ""
echo "Tailscales package signing key and repository"
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.gpg | sudo apt-key add -
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.list | sudo tee /etc/apt/sources.list.d/tailscale.list
echo "Updating Repos..."
sudo apt update && echo "Update Complete"
echo "Installing Tailscale"
sudo apt-get install tailscale && echo "Install Completed"push o