added several labels

This commit is contained in:
Michael
2022-09-22 18:35:56 +01:00
committed by GitHub
parent 1faa850204
commit 5e3df7d437

View File

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