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