swap url for wget
This commit is contained in:
@@ -10,7 +10,7 @@ Download the maintenance script to your Docker project directory:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# cd into the docker folder
|
# 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
|
source update-docker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Or, when run locally (replace the ip address to your own)
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# cd into the docker folder
|
# 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
|
source update-docker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user