CircuitForge node bootstrap/installer, forked from PRbL-bashrc
Find a file
pyr0ball 2bb8eecd18 fix: add bc dependency, remove Slipstream and golang extras
bc is required by power monitoring functions for floating-point math
and was missing from the apt packages list, causing failures on
minimal installs like RPiOS Lite.

Slipstream.install and golang.install extras removed as they are
no longer maintained here.
2026-04-29 16:05:03 -07:00
lib Merge branch 'main' of https://github.com/pyr0ball/PRbL-bashrc into power_mon 2025-04-11 18:28:55 +00:00
PRbL@a0d2cc4382 updated PRbL to main branch commit (still 2.1.2) 2025-04-11 18:27:25 +00:00
.gitignore added logs to gitignore 2023-05-09 15:38:59 -07:00
.gitmodules refactored for github https links 2022-10-28 10:26:16 -07:00
functions fixed symlink and script permissions 2022-10-28 10:28:02 -07:00
install.sh fix: add bc dependency, remove Slipstream and golang extras 2026-04-29 16:05:03 -07:00
README.md Update README.md 2023-08-11 01:41:01 -07:00
scriptexample.sh fixed dos line-endings 2022-03-23 14:22:49 -07:00

Pyr0ball's Reductive [bash] Library Auto-Installer


This installer depends on PRbL and should be cloned recursively:

git clone --recurse-submodules https://github.com/pyr0ball/PRbL-bashrc.git
cd PRbL-bashrc/
./install.sh -i

This installer sets up a number of bash-enhancing features:

  • Easy access to easy-to-use functions in bash scripting (check out ./PRbL/demo.sh for details)
  • A pluggable environment configuration via ~/.bashrc.d/
  • An informative terminal login splash page

Currently this installer only handles bash-like environments.

Planned features:

  • Expanded automatic OS detection and package handling
  • Modular login splash page