From 6dabe1a5b59abeead24995f8f7fb7507451671c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 14:29:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07c1e20..f1e34c4 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Collection of scripts for a bunch of linux and docker services. - The syntax of cron can be looked up here. https://cron.help/ ```bash -sh -c "$(curl -L https://git.moelle.space/ymoelle/updatescripts/raw/branch/main/deb-flared-update.sh)" +sh -c "$(curl -L https://git.moelle.space/hxcde/updatescripts/raw/branch/main/deb-flared-update.sh)" ``` ## Update all Docker Containers - Please note that this script automatically updates the containers when a new image is available. Make sure that you have backed up all important data from the containers beforehand and that you consider possible effects on your applications. ```bash -sh -c "$(curl -L https://git.moelle.space/ymoelle/updatescripts/raw/branch/main/update_docker_containers.sh)" +sh -c "$(curl -L https://git.moelle.space/hxcde/updatescripts/raw/branch/main/update_docker_containers.sh)" ``` \ No newline at end of file