No description
- Shell 100%
EXTRA_RESTART_SVCS is configured directly in the script variables; a CLI flag adds no value. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .gitignore | ||
| README.md | ||
| rns-installer.sh | ||
rns-installer
Interactive installer for the Reticulum Network Stack.
Detects your system, checks for existing installations, and walks you through setup with a simple wizard. Supports three installation methods:
- pip — install from PyPI, no RNS connectivity required (good for first-time bootstrap)
- source — clone and build directly from the RNS-hosted git repository
- rngit — fetch pre-built release artifacts over the RNS network
Also handles optional LXMF and Nomad Network installation, creates a dedicated
rns system user and virtualenv, writes systemd/OpenRC service files, and
creates /usr/local/bin symlinks for all RNS utilities.
Quick start
curl:
curl -fsSL https://git.rns.moscow/deuxyeux/rns-installer/raw/branch/master/rns-installer.sh -o rns-installer.sh
chmod +x rns-installer.sh
./rns-installer.sh
wget:
wget -q https://git.rns.moscow/deuxyeux/rns-installer/raw/branch/master/rns-installer.sh
chmod +x rns-installer.sh
./rns-installer.sh
Run without arguments for the interactive wizard. Pass --help for non-interactive options.
Requirements
- Bash 4+
- Python 3.7+
pipgit(for source/rngit methods)sudoor root (for venv setup and service file installation)