From 7dfc101c1977b2a0336e4eaad180713a0cbcac4e Mon Sep 17 00:00:00 2001 From: P-M Lejon <15982689+pmex@users.noreply.github.com> Date: Mon, 4 May 2026 12:31:47 +0200 Subject: [PATCH] set DEBUG=0 --- fragments/header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/header.sh b/fragments/header.sh index 46543b3bd..f07dda31b 100644 --- a/fragments/header.sh +++ b/fragments/header.sh @@ -27,7 +27,7 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin # also no actual installation will be performed # debug mode 1 will download to the directory the script is run in, but will not check the version # debug mode 2 will download to the temp directory, check for blocking processes, check the version, but will not install anything or remove the current version -DEBUG=1 +DEBUG=0 # notify behavior NOTIFY=success