From b28901f7a99732bbc886c850e28c9b052fc1e710 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 14 Jul 2021 14:07:21 +0200 Subject: [PATCH] updated version and credits --- Installomator.sh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 40eda62..247128c 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -3,15 +3,21 @@ label="" # if no label is sent to the script, this will be used # Installomator # -# Downloads and installs an Applications -# 2020 Armin Briegel - Scripting OS X +# Downloads and installs Applications +# 2020-2021 Installomator # # inspired by the download scripts from William Smith and Sander Schram -# with additional ideas and contribution from Isaac Ordonez, Mann consulting -# and help from Søren Theilgaard (theilgaard.dk) +# +# Contributers: +# Armin Briegel - @scriptingosx +# Isaac Ordonez - @issacatmann +# Søren Theilgaard - @Theile +# Adam Codega - @acodega +# +# with contributions from many others -VERSION='0.5.0' -VERSIONDATE='2021-04-13' +VERSION='0.6.0' +VERSIONDATE='2021-07-14' export PATH=/usr/bin:/bin:/usr/sbin:/sbin