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 Bun availability in non-login non-interactive shells
/etc/profile.d/ is only sourced by login shells — bash -c, container exec, and
CI jobs skip it. Add symlinks in /usr/local/bin for bun/bunx to cover all
execution contexts. Also make the profile hook content-idempotent so stale
content is corrected on upgrade.
0 commit comments