swap url for wget

This commit is contained in:
2025-09-20 10:39:41 +00:00
parent 1819ab280e
commit 3052fa2806

View File

@@ -9,13 +9,13 @@ This script automates the installation of Docker and optionally helps you set up
run the following script run the following script
```bash ```bash
wget -qO docker-debian.sh https://gitea.featherer.xyz/nono/docker-debian/raw/branch/main/docker-debian.sh wget -qO docker-debian.sh https://gitea.featherer.xyz/nono/Scripts/raw/branch/main/docker-debian/docker-debian.sh
source docker-debian.sh source docker-debian.sh
``` ```
Or when run locally (using your own ip address) Or when run locally (using your own ip address)
```bash ```bash
wget -qO docker-debian.sh http://10.1.0.102:3000/nono/docker-debian/raw/branch/main/docker-debian.sh wget -qO docker-debian.sh http://10.1.0.102:3000/nono/Scripts/raw/branch/main/docker-debian/docker-debian.sh
source docker-debian.sh source docker-debian.sh
``` ```