mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-06-26 21:11:34 +02:00
refactor:rename-project-to-openhop
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user