mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:34:31 +00:00
- Eliminated reliance on `bash -lc` for dependency lookups, using `shutil.which` for better cross-platform support. - Added `_resolve_brew_bin` fallback logic to handle specific Homebrew scenarios. - Updated tests to align with the new streamlined lookup mechanism. - Refactored subprocess checks to respect augmented environment configurations and reduce PATH issues. |
||
|---|---|---|
| .. | ||
| core | ||
| scripts | ||
| ui | ||
| __init__.py | ||
| build.py | ||
| config.py | ||
| core.py | ||
| deploy.py | ||
| main.py | ||
| milestone.py | ||
| ncurses_installer.py | ||
| ncurses_ui.py | ||
| README.md | ||
| runner.py | ||
| screen.py | ||
| state.py | ||
| welcome.txt | ||
Moved
This document has moved. Please see the up-to-date installer guide at:
installer/README.md
The root-level file is kept only as a pointer to avoid breaking links during the refactor.