Skip to content

Replace wget with curl in UI download script#179

Open
peter-woodcock wants to merge 1 commit intomainfrom
fix/replace-wget-with-curl
Open

Replace wget with curl in UI download script#179
peter-woodcock wants to merge 1 commit intomainfrom
fix/replace-wget-with-curl

Conversation

@peter-woodcock
Copy link
Copy Markdown
Contributor

Summary

  • Replaces wget with curl -LO in infrastructure/modules/ui/scripts/ui.sh.tpl
  • curl is available by default on macOS and most Linux distros; wget is not installed by default on macOS

Test plan

  • make tf/apply instance=rapid env=dev completes the download_static_ui step successfully

🤖 Generated with Claude Code

curl is available by default on macOS and most Linux distros; wget is not.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant