From f083a4b2bf8a75f3f0a79e1bea6bb621857c3d94 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 9 Aug 2023 17:31:59 +0200 Subject: [PATCH] mint-config-update.sh aktualisiert --- mint-config-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint-config-update.sh b/mint-config-update.sh index a2c6ba9..535d7f0 100644 --- a/mint-config-update.sh +++ b/mint-config-update.sh @@ -8,7 +8,7 @@ then fi # download and run -until wget -q https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint.sh -O /tmp/mint.sh +until wget https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint.sh -O /tmp/mint.sh do echo "mint.sh could not be downloaded trying again in 5 seconds" sleep 5