mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-10-06 08:19:07 +00:00
Fix installation script URLs in README
- Update installation command to use correct Gitea repository URL - Fix both installation and update commands to point to git.debros.io - Replace GitHub URLs with proper DeBros Gitea instance URLs
This commit is contained in:
parent
f05e50ad19
commit
ee08f80821
@ -274,7 +274,7 @@ For production deployments on Linux servers, we provide an automated installatio
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download and run the installation script
|
# Download and run the installation script
|
||||||
curl -sSL https://raw.githubusercontent.com/DeBrosOfficial/debros-network/main/scripts/install-debros-network.sh | bash
|
curl -sSL https://git.debros.io/DeBros/network/raw/branch/main/scripts/install-debros-network.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
#### What the Script Does
|
#### What the Script Does
|
||||||
@ -441,7 +441,7 @@ The installation script implements production security best practices:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Update to latest version (re-run the installation script)
|
# Update to latest version (re-run the installation script)
|
||||||
curl -sSL https://raw.githubusercontent.com/DeBrosOfficial/debros-network/main/scripts/install-debros-network.sh | bash
|
curl -sSL https://git.debros.io/DeBros/network/raw/branch/main/scripts/install-debros-network.sh | bash
|
||||||
|
|
||||||
# Manual source update
|
# Manual source update
|
||||||
cd /opt/debros/src
|
cd /opt/debros/src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user