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