From e14a86546035ff9b318b77ca0294901f5d187bf3 Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Sat, 2 Nov 2024 10:40:11 -0500 Subject: [PATCH] add parsec cask --- more-common-settings.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/more-common-settings.sh b/more-common-settings.sh index 1c6a86c..74f7bfc 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -110,4 +110,8 @@ echo "[DSMOSS] Add NextDNS..." open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig" echo Enable NextDNS then press ENTER. read -sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder \ No newline at end of file +sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder + +# Install Parsec +echo "[DSMOSS] Install Parsec..." +brew install --cask parsec \ No newline at end of file