Skip to content

Replace expired release.choco-technologies.com URLs with raw GitHub URLs#9

Merged
JohnAmadis merged 2 commits intofeature/53-Update_template_to_include_auto-installation_of_the_choco-scriptsfrom
copilot/sub-pr-2
Mar 19, 2026
Merged

Replace expired release.choco-technologies.com URLs with raw GitHub URLs#9
JohnAmadis merged 2 commits intofeature/53-Update_template_to_include_auto-installation_of_the_choco-scriptsfrom
copilot/sub-pr-2

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 1, 2026

The auto-installation links in the template and install script pointed to release.choco-technologies.com, which has expired. All URLs now resolve via raw GitHub / GitHub Releases.

Changes

  • public/template.sh: Updated installChocoScripts() wget target and the fallback reference URL:

    # Before
    wget -O - https://release.choco-technologies.com/scripts/install-choco-scripts.sh | bash
    # After
    wget -O - https://raw.githubusercontent.com/JohnAmadis/choco-scripts/main/install-choco-scripts.sh | bash

    Bitbucket reference replaced with https://github.com/JohnAmadis/choco-scripts.

  • install-choco-scripts.sh: Introduced GITHUB_REPO variable; tarball URL now uses GitHub Releases (/releases/latest/download/); INSTALL_URL points to raw GitHub.

  • README.md: Install one-liner updated to match.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
Copilot AI changed the title [WIP] Update template to include auto-installation of choco-scripts Replace expired release.choco-technologies.com URLs with raw GitHub URLs Mar 1, 2026
@JohnAmadis JohnAmadis marked this pull request as ready for review March 19, 2026 21:36
@JohnAmadis JohnAmadis merged commit ae0b3f9 into feature/53-Update_template_to_include_auto-installation_of_the_choco-scripts Mar 19, 2026
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.

2 participants