Fix nushell installer — download binary instead of apt #56

Closed
opened 2026-03-11 20:15:51 +00:00 by mik-tf · 1 comment
Owner

Context

The installer script tries apt-get install nushell on Ubuntu/Debian, but nushell is not in the default apt repos. This causes the installer to fail.

Goals

  • Download pre-built nushell binary from GitHub releases instead of using apt
  • Install to ~/hero/bin/ (no sudo needed)
  • Ensure ~/hero/bin is in PATH for the rest of the install script
## Context The installer script tries `apt-get install nushell` on Ubuntu/Debian, but nushell is not in the default apt repos. This causes the installer to fail. ## Goals - Download pre-built nushell binary from GitHub releases instead of using apt - Install to ~/hero/bin/ (no sudo needed) - Ensure ~/hero/bin is in PATH for the rest of the install script
Author
Owner

Completed

  • Replaced apt-get with GitHub releases binary download for Linux
  • Installs to ~/hero/bin/ (no sudo needed)
  • Adds ~/hero/bin to PATH during install

PR: #57 (merged)

## Completed - Replaced apt-get with GitHub releases binary download for Linux - Installs to ~/hero/bin/ (no sudo needed) - Adds ~/hero/bin to PATH during install PR: #57 (merged)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_skills#56
No description provided.