Skip to content

Simplify curl installer usage and strengthen bash PATH setup#26

Merged
sawrus merged 1 commit into
mainfrom
codex/update-code-obfuscator-installation-script
Mar 27, 2026
Merged

Simplify curl installer usage and strengthen bash PATH setup#26
sawrus merged 1 commit into
mainfrom
codex/update-code-obfuscator-installation-script

Conversation

@sawrus
Copy link
Copy Markdown
Owner

@sawrus sawrus commented Mar 27, 2026

Summary

  • make GitHub release downloads default to sawrus/code-obfuscator so users can run installer via curl ... | bash without extra env vars
  • update installer shell detection fallback to bash
  • for bash users, append PATH export to both ~/.bashrc and ~/.bash_profile to cover interactive and login shells
  • update README and docs one-liner examples to remove CODE_OBFUSCATOR_INSTALL_REPO=...

Why

Users should be able to install with the shortest possible command:

curl -fsSL https://raw.githubusercontent.com/sawrus/code-obfuscator/main/install | bash

And have code-obfuscator immediately available after reloading/opening a bash shell.

Notes

  • no runtime tests were executed in this pass (static/script-doc update only)

Codex Task

@sawrus sawrus merged commit e692897 into main Mar 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant