feat: install meetingbar
This commit is contained in:
14
script/install.d/72-meetingbar.sh
Normal file
14
script/install.d/72-meetingbar.sh
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# Description:
|
||||||
|
# (macOS only) Install MeetingBar.
|
||||||
|
#
|
||||||
|
|
||||||
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
|
if ! brew list --cask meetingbar &> /dev/null; then
|
||||||
|
brew install --cask meetingbar
|
||||||
|
else
|
||||||
|
echo "MeetingBar is already installed."
|
||||||
|
fi
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user