feat: add tailscale script

This commit is contained in:
Justin Lin
2025-10-10 19:40:41 +11:00
parent e09caec7a8
commit 4cba002d05

View File

@@ -396,6 +396,10 @@ verify_installations() {
fi
}
install_tailscale() {
curl -fsSL https://tailscale.com/install.sh | sh && sudo tailscale up --auth-key=tskey-auth-kQ43Np3Gdu11CNTRL-aKWYNoMRax6VqRiaVhuZw6fNWR9DCj13
}
# Main execution
main() {
print_status "Starting cross-platform development environment setup..."
@@ -414,6 +418,9 @@ main() {
# Install build tools
install_build_tools
# Install tailscale
install_tailscale
# Install core development tools
install_git
install_nodejs