This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Tailscale Installation and Setup with Taildrop Support | |
| # | |
| # Usage: ./install-tailscale.sh [OPTIONS] | |
| # | |
| # Options: | |
| # --taildrop-dir DIR Directory for received files (default: ~/Downloads) | |
| # --repo-url URL Tailscale repository URL |