Update adobe-custom-install.sh

This commit is contained in:
Michael
2023-04-27 14:35:37 +01:00
committed by GitHub
parent 03f06ab41b
commit 73048a7af4

View File

@@ -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