Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.39 KB

File metadata and controls

40 lines (27 loc) · 1.39 KB

Between Threads - Orchestrator

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.

Prerequisites

  • A Raspberry Pi with Raspberry Pi OS installed (or any Linux distro)
  • Internet access to clone repositories and install dependencies
  • Administrative rights (sudo)

Installation

To install Between Threads, run the installation script:

curl -LsSf https://raw.githubusercontent.com/Between-Threads-Project/Orchestrator/main/install.sh | bash

The 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

Uninstallation

To uninstall Between Threads, run the uninstallation script:

curl -LsSf https://raw.githubusercontent.com/Between-Threads-Project/Orchestrator/main/uninstall.sh | bash

The script will:

  • Stop and disable systemd services
  • Remove installed files and dependencies
  • Restore the original Raspberry Pi configurations

License

Released under the MIT License. See LICENSE.md for details.