From 73048a7af48cd52325ddf145940e4e61b551f102 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:35:37 +0100 Subject: [PATCH] Update adobe-custom-install.sh --- Helpers/adobe-custom-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Helpers/adobe-custom-install.sh b/Helpers/adobe-custom-install.sh index 4b45e3c..0f48256 100644 --- a/Helpers/adobe-custom-install.sh +++ b/Helpers/adobe-custom-install.sh @@ -51,10 +51,10 @@ 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 +NOTIFY=all # options: # - success notify the user on success # - silent no notifications