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