Simplify install.sh: md5 checksum + python3 site-based install dir#1
Draft
Simplify install.sh: md5 checksum + python3 site-based install dir#1
Conversation
Co-authored-by: kristopolous <231761+kristopolous@users.noreply.github.com> Agent-Logs-Url: https://github.com/day50-dev/ursh/sessions/ea5ecfa4-d217-4bd2-a7a6-164b80c2302f
Co-authored-by: kristopolous <231761+kristopolous@users.noreply.github.com> Agent-Logs-Url: https://github.com/day50-dev/ursh/sessions/ea5ecfa4-d217-4bd2-a7a6-164b80c2302f
Copilot
AI
changed the title
[WIP] Add prebuilt ursh binaries via GitHub Releases
Ship prebuilt ursh binaries via GitHub Releases; replace deprecated bash installer
Mar 24, 2026
Copilot stopped work on behalf of
kristopolous due to an error
March 24, 2026 02:26
Copilot
AI
changed the title
Ship prebuilt ursh binaries via GitHub Releases; replace deprecated bash installer
Simplify install URL to Mar 24, 2026
curl -sSL day50.dev/ursh | bash
…ler from GitHub Co-authored-by: kristopolous <231761+kristopolous@users.noreply.github.com> Agent-Logs-Url: https://github.com/day50-dev/ursh/sessions/107ebc3c-6773-4876-bea7-a6e860aeeb09
Copilot
AI
changed the title
Simplify install URL to
Simplify install to Mar 24, 2026
curl -sSL day50.dev/ursh | bashcurl -sSL day50.dev/ursh | bash
…sh (real logic) Co-authored-by: kristopolous <231761+kristopolous@users.noreply.github.com> Agent-Logs-Url: https://github.com/day50-dev/ursh/sessions/9bb1f07b-38ce-45d7-b3b2-18bec9dd40a3
Copilot
AI
changed the title
Simplify install to
Split install into bootstrap + install; serve via day50.dev/ursh
Mar 24, 2026
curl -sSL day50.dev/ursh | bash
Copilot
AI
changed the title
Split install into bootstrap + install; serve via day50.dev/ursh
Rename install scripts: bootstrap.sh (stable) + install.sh (full installer)
Mar 24, 2026
Co-authored-by: kristopolous <231761+kristopolous@users.noreply.github.com> Agent-Logs-Url: https://github.com/day50-dev/ursh/sessions/f288df07-59f4-4fb9-bb0c-e2c76291a452
Copilot
AI
changed the title
Rename install scripts: bootstrap.sh (stable) + install.sh (full installer)
Remove unintended README changes from PR
Mar 24, 2026
Co-authored-by: kristopolous <231761+kristopolous@users.noreply.github.com> Agent-Logs-Url: https://github.com/day50-dev/ursh/sessions/bd31f29b-17c3-4131-8a2d-f1c0a609948a
Copilot
AI
changed the title
Remove unintended README changes from PR
Simplify install.sh checksum verification to md5 only; revert README
Mar 24, 2026
Co-authored-by: kristopolous <231761+kristopolous@users.noreply.github.com> Agent-Logs-Url: https://github.com/day50-dev/ursh/sessions/bd1255a0-d6ef-41c9-a587-5ffbea13abf0
Copilot
AI
changed the title
Simplify install.sh checksum verification to md5 only; revert README
Simplify install.sh: md5 checksum + python3 site-based install dir
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two over-engineered functions in
install.shreplaced with simpler, more reliable alternatives.Changes
verify_checksum— replacedsha256sum→shasum -a 256fallback chain with a straightmd5sum/md5 -qcall, consistent withcrypto/md5already used inmain.godetect_install_dir— replaced a 9-line heuristic probing~/.local/bin//usr/local/binwith the canonical single-liner:INSTALL_DIR="$(python3 -msite --user-base)/bin"✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.