From 3052fa28069d2633cf7d15007547c5ea845dbdd6 Mon Sep 17 00:00:00 2001 From: nono Date: Sat, 20 Sep 2025 10:39:41 +0000 Subject: [PATCH] swap url for wget --- docker-debian/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-debian/README.md b/docker-debian/README.md index f20a937..2ccd038 100644 --- a/docker-debian/README.md +++ b/docker-debian/README.md @@ -9,13 +9,13 @@ This script automates the installation of Docker and optionally helps you set up run the following script ```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 ``` Or when run locally (using your own ip address) ```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 ```