swap url for wget

This commit is contained in:
2025-09-20 10:38:46 +00:00
parent 8802e0b6b1
commit 1819ab280e

View File

@@ -10,7 +10,7 @@ Download the maintenance script to your Docker project directory:
```bash
# cd into the docker folder
wget -qO update-docker.sh https://gitea.featherer.xyz/nono/update-docker/raw/branch/main/update-docker.sh
wget -qO update-docker.sh https://gitea.featherer.xyz/nono/Scripts/raw/branch/main/update-docker/update-docker.sh
source update-docker.sh
```
@@ -18,7 +18,7 @@ Or, when run locally (replace the ip address to your own)
```bash
# cd into the docker folder
wget -qO update-docker.sh http://10.1.0.102:3000/nono/update-docker/raw/branch/main/update-docker.sh
wget -qO update-docker.sh http://10.1.0.102:3000/nono/Scripts/raw/branch/main/update-docker/update-docker.sh
source update-docker.sh
```