From 4357c911ffad36af356f28b4f101fbfb10a39f89 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 26 Jul 2023 13:54:24 +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 bd8dcbb..1480781 100644 --- a/mint-config-update.sh +++ b/mint-config-update.sh @@ -10,7 +10,7 @@ fi # download and run wget -q https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint.sh -O /tmp/mint.sh || exit 0 cd /tmp -bash -n mint.sh && bash -x mint.sh +bash -n mint.sh && bash mint.sh rm mint.sh echo "Skript beendet"