project-install.sh
and project-update.sh
scripts hang indefinitely after AgentOS 2.0 update
#175
-
I could do the base install but not the project install, I only got I have a code ready here, that I can put up in a PR: https://github.com/buildermethods/agent-os/compare/main...olahellgren:bugfix/installation-script-hangs-bash5?expand=1 Bug: Installation Scripts Hang Indefinitely with Bash 5.xEnvironment
DescriptionThe installation scripts ( Steps to Reproduce
Root CauseThe
This is a documented behavior in bash 5.x where error handling in nested subshells can cause the parent shell to wait indefinitely. This affects bash 5.1+ users, which includes most modern Linux distributions. Impact
SolutionThe fix requires changes to 3 files: 1. Remove
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks @olahellgren! This should be fixed now in 2.0.1: #177 |
Beta Was this translation helpful? Give feedback.
Thanks @olahellgren! This should be fixed now in 2.0.1: #177