fix: update repository URL to reflect new organization name

This commit is contained in:
Lloyd
2026-06-25 16:31:11 +01:00
parent 0d0615f3f2
commit 1a6e09f63d
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -6,12 +6,12 @@
# bash -c "$(curl -fsSL https://raw.githubusercontent.com/pyMC-dev/openhop-repeater/main/scripts/proxmox-install.sh)"
#
# License: MIT
# Source: https://github.com/pyMC-dev/openhop-repeater
# Source: https://github.com/openhop-dev/openhop-repeater
set -euo pipefail
# ── Defaults ───────────────────────────────────────────────────────────────
REPO="https://github.com/pyMC-dev/openhop-repeater.git"
REPO="https://github.com/openhop-dev/openhop-repeater.git"
BRANCH="dev"
CT_TEMPLATE="debian-12-standard"
CT_RAM=1024
@@ -210,7 +210,7 @@ OS=\$(. /etc/os-release && echo \"\$NAME\")
VER=\$(. /etc/os-release && echo \"\$VERSION_ID\")
echo \"\"
echo \" openHop Repeater LXC Container\"
echo \" 🌐 GitHub: https://github.com/pyMC-dev/openhop-repeater\"
echo \" 🌐 GitHub: https://github.com/openhop-dev/openhop-repeater\"
echo \"\"
echo \" 🖥️ OS: \$OS - Version: \$VER\"
echo \" 🏠 Hostname: \$HOSTNAME\"