add parsec cask
This commit is contained in:
parent
79a5aae32b
commit
e14a865460
1 changed files with 5 additions and 1 deletions
|
@ -111,3 +111,7 @@ open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig"
|
||||||
echo Enable NextDNS then press ENTER.
|
echo Enable NextDNS then press ENTER.
|
||||||
read
|
read
|
||||||
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
|
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
|
||||||
|
|
||||||
|
# Install Parsec
|
||||||
|
echo "[DSMOSS] Install Parsec..."
|
||||||
|
brew install --cask parsec
|
Loading…
Reference in a new issue