feat: add tailscale script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user