mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-12 03:43:04 +02:00
fix: update repository URL to reflect new organization name
This commit is contained in:
@@ -111,7 +111,7 @@ sudo apt install git -y
|
||||
### Clone The Repository
|
||||
|
||||
```bash
|
||||
git clone https://github.com/pyMC-dev/openhop-repeater.git
|
||||
git clone https://github.com/openhop-dev/openhop-repeater.git
|
||||
cd openhop-repeater
|
||||
```
|
||||
|
||||
@@ -518,7 +518,7 @@ Pre-commit hooks will automatically:
|
||||
|
||||
## Support
|
||||
|
||||
- [pyMC Core](https://github.com/pyMC-dev/openhop-core)
|
||||
- [pyMC Core](https://github.com/openhop-dev/openhop-core)
|
||||
- [MeshCore Discord](https://meshcore.gg)
|
||||
|
||||
## Disclaimer
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
||||
name = "openhop_repeater"
|
||||
dynamic = ["version"]
|
||||
authors = [
|
||||
{name = "Rightup", email = "rightup@pymc.dev"},
|
||||
{name = "Rightup", email = "rightup@openhop.dev"},
|
||||
]
|
||||
description = "PyMC Repeater Daemon"
|
||||
readme = "README.md"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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\"
|
||||
|
||||
Reference in New Issue
Block a user