From 5e3df7d43747296df4610cd7f15b297f4b2a8c56 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 22 Sep 2022 18:35:56 +0100 Subject: [PATCH] added several labels --- dockutil-labels.sh | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index c82969b..4a54df6 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -130,7 +130,21 @@ if [[ " $@ " =~ "teamviewer" ]]; then APPPA="/Applications" DOCKPOS=end fi - +if [[ " $@ " =~ "microsoftremotedesktop" ]]; then + APPNA="Microsoft Remote Desktop" + APPPA="/Applications" + DOCKPOS=end +fi +if [[ " $@ " =~ "1password8" ]]; then + APPNA="1Password" + APPPA="/Applications" + DOCKPOS=end +fi +if [[ " $@ " =~ "1password7" ]]; then + APPNA="1Password 7" + APPPA="/Applications" + DOCKPOS=end +fi # NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY if [[ " $@ " =~ "zywallsecuextender" ]]; then @@ -153,6 +167,11 @@ if [[ " $@ " =~ "transmit" ]]; then APPPA="/Applications" DOCKPOS=end fi +if [[ " $@ " =~ "monday" ]]; then + APPNA="monday.com" + APPPA="/Applications" + DOCKPOS=end +fi # ******************************************************************************************************************************** # END APP LABELS # ********************************************************************************************************************************