Skip to content

Fix infinite loop in install.sh on Termux: remove stray main call#14

Merged
mukeshkumarcharak merged 1 commit into
mainfrom
claude/add-uninstall-script-K8TTc
Mar 12, 2026
Merged

Fix infinite loop in install.sh on Termux: remove stray main call#14
mukeshkumarcharak merged 1 commit into
mainfrom
claude/add-uninstall-script-K8TTc

Conversation

@mukeshkumarcharak

Copy link
Copy Markdown
Contributor

Line 483 had a stray main (the function name) instead of proper shell syntax in the termux case of install_deps(). After pkg install -y libgcc completed, the script called main() recursively, restarting the entire installation in an infinite loop.

https://claude.ai/code/session_019ktqAbGXnFrFD52W4qG2Yu

Line 483 had a stray `main` (the function name) instead of proper
shell syntax in the termux case of install_deps(). After `pkg install
-y libgcc` completed, the script called main() recursively, restarting
the entire installation in an infinite loop.

https://claude.ai/code/session_019ktqAbGXnFrFD52W4qG2Yu
@mukeshkumarcharak mukeshkumarcharak merged commit 35047cc into main Mar 12, 2026
0 of 6 checks passed
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