From 53f043ede512c0b2d4aaf5f764baaa90a879c854 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Mon, 19 Oct 2020 09:12:17 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 2 ++ Installomator.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28035fc..4f06aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## v0.4 - 2020- +- you can now set script variables as an argument in the form `VARIABLE=value`. More detail on this in the README file, 'Configuration from Arguments.' (#26, #50, #72, and #73) - change `downloadFromGit` to match file types better (#58) +- implemented a workaround for changed behavior of `xpath` in Big Sur (#80) ## v0.3 - 2020-07-23 diff --git a/Installomator.sh b/Installomator.sh index 407f6d2..10ef6f1 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -9,7 +9,7 @@ # with additional ideas and contribution from Isaac Ordonez, Mann consulting VERSION='0.4' -VERSIONDATE='20200826' +VERSIONDATE='20201019' export PATH=/usr/bin:/bin:/usr/sbin:/sbin