You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use Linux timeout command for apt-get installation
Use the Linux timeout command instead of context timeout for apt-get
since exec.CommandContext doesn't properly kill child processes when
using sudo. This ensures apt-get is properly terminated after 60 seconds.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments