refactor:rename-project-to-openhop

This commit is contained in:
Lloyd
2026-06-24 23:27:49 +01:00
parent 2b07e79ccd
commit 2b67dea96b
83 changed files with 719 additions and 649 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/bin/bash
# Setup Debian/Ubuntu build environment for pyMC_Repeater
# Setup Debian/Ubuntu build environment for openhop-repeater
# This script installs all required build dependencies using apt
set -euo pipefail
@@ -28,7 +28,7 @@ if [ "$EUID" -ne 0 ]; then
exit 1
fi
log_info "Setting up build environment for pyMC_Repeater..."
log_info "Setting up build environment for openhop-repeater..."
# Update package list
log_info "Updating package lists..."