diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f34c98..5c6df07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.5 - 2021-03-28 +## v0.5 - 2021-04-13 - Major update and now with help from @Theile and @Isaac - Added additional `BLOCKING_PROCESS_ACTION` handlings diff --git a/Installomator-0.5.pkg b/Installomator-0.5.pkg new file mode 100644 index 0000000..018b06b Binary files /dev/null and b/Installomator-0.5.pkg differ diff --git a/Installomator.sh b/Installomator.sh index ff83a9f..69f5a54 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -11,7 +11,7 @@ label="" # if no label is sent to the script, this will be used # and help from Søren Theilgaard (theilgaard.dk) VERSION='0.5.0' -VERSIONDATE='2021-03-28' +VERSIONDATE='2021-04-13' export PATH=/usr/bin:/bin:/usr/sbin:/sbin diff --git a/Labels.txt b/Labels.txt index 298a734..da6bf23 100644 --- a/Labels.txt +++ b/Labels.txt @@ -36,7 +36,6 @@ camostudio camtasia citrixworkspace clevershare2 -clickshare code42 coderunner cormorant @@ -131,6 +130,7 @@ microsoftautoupdate microsoftcompanyportal microsoftdefenderatp microsoftedge +microsoftedgeconsumerstable microsoftedgeenterprisestable microsoftexcel microsoftlicenseremovaltool @@ -150,7 +150,7 @@ microsoftyammer miro musescore netnewswire -nextcloud) +nextcloud nomad nomadlogin notion @@ -180,6 +180,7 @@ prism9 privileges proctortrack promiseutilityr +pycharmce pymol r ramboxce @@ -235,6 +236,7 @@ tunnelbear tunnelblick umbrellaroamingclient universaltypeclient +universaltypeclient vagrant vanilla veracrypt diff --git a/buildInstallomatorPkg.sh b/buildInstallomatorPkg.sh index debfa6a..aac9ac5 100755 --- a/buildInstallomatorPkg.sh +++ b/buildInstallomatorPkg.sh @@ -82,6 +82,9 @@ fi cp ${scriptfolder}/Installomator.sh ${payloadfolder} chmod 755 ${payloadfolder}/Installomator.sh +# set the DEBUG variable to 0 +sed -i '' -e 's/^DEBUG=1$/DEBUG=0/g' ${payloadfolder}/Installomator.sh + # build the component package pkgpath="${scriptfolder}/${pkgname}.pkg"