Jesús Pérez 3201f4b7d4 fix: allow just complete-update to fallback to system Nushell binary
When Nushell is already installed in the OS, complete-update should use
the system binary instead of requiring a compiled binary first. This
removes the circular dependency:

BEFORE: complete-update required compiled nu binary
  - If nu not compiled:  error
  - Force-compiles to 0.108.0 even if 0.109 update requested

AFTER: complete-update now has smart fallback
  - Try compiled binary first (if exists)
  - Fall back to system nu (if available)
  - Only error if neither exists

This makes the script work in real-world scenarios where users have
Nushell installed in their OS.
2025-11-30 10:09:29 +00:00
..
2025-09-24 14:09:04 +01:00
2025-09-24 21:28:50 +01:00
2025-10-19 02:39:31 +01:00
2025-09-24 21:28:50 +01:00