mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-09-16 10:50:41 +01:00
added several labels
This commit is contained in:
@@ -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
|
||||
# ********************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user