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 # ********************************************************************************************************************************