fix: update updater GitHub repository

This commit is contained in:
yellowcooln
2026-06-25 21:17:02 -04:00
parent 27e68167d5
commit 42340f683f
7 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -3,15 +3,15 @@
# Creates an LXC container with USB passthrough and installs openHop Repeater
#
# Usage (run on the Proxmox host):
# bash -c "$(curl -fsSL https://raw.githubusercontent.com/pyMC-dev/openhop-repeater/main/scripts/proxmox-install.sh)"
# bash -c "$(curl -fsSL https://raw.githubusercontent.com/openhop-dev/openhop_repeater/main/scripts/proxmox-install.sh)"
#
# License: MIT
# Source: https://github.com/openhop-dev/openhop-repeater
# Source: https://github.com/openhop-dev/openhop_repeater
set -euo pipefail
# ── Defaults ───────────────────────────────────────────────────────────────
REPO="https://github.com/openhop-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/openhop-dev/openhop-repeater\"
echo \" 🌐 GitHub: https://github.com/openhop-dev/openhop_repeater\"
echo \"\"
echo \" 🖥️ OS: \$OS - Version: \$VER\"
echo \" 🏠 Hostname: \$HOSTNAME\"