This repository contains the installation and uninstallation scripts for the Between Threads project. The scripts automate the environment setup on a Raspberry Pi, including installing dependencies, configuring system services, and preparing the necessary components for the project.
- A Raspberry Pi with Raspberry Pi OS installed (or any Linux distro)
- Internet access to clone repositories and install dependencies
- Administrative rights (sudo)
To install Between Threads, run the installation script:
curl -LsSf https://raw.githubusercontent.com/Between-Threads-Project/Orchestrator/main/install.sh | bashThe script will:
- Clone the necessary repositories from Between-Threads-Project
- Install the required dependencies
- Configure systemd services for automatic startup
- Modify Raspberry Pi configurations for optimal operation
To uninstall Between Threads, run the uninstallation script:
curl -LsSf https://raw.githubusercontent.com/Between-Threads-Project/Orchestrator/main/uninstall.sh | bashThe script will:
- Stop and disable systemd services
- Remove installed files and dependencies
- Restore the original Raspberry Pi configurations
Released under the MIT License. See LICENSE.md for details.