Add Parsec to install script.
This commit is contained in:
parent
e14a865460
commit
49e2209133
3 changed files with 11 additions and 7 deletions
4
full.zsh
4
full.zsh
|
@ -111,3 +111,7 @@ brew install --cask cyberduck
|
|||
echo "[DSMOSS] Run the more common settings script..."
|
||||
chmod +x "more-common-settings.sh"
|
||||
./more-common-settings.sh
|
||||
|
||||
# Install Parsec
|
||||
echo "[DSMOSS] Install Parsec..."
|
||||
brew install --cask parsec
|
4
lite.zsh
4
lite.zsh
|
@ -109,3 +109,7 @@ brew install --cask cyberduck
|
|||
echo "[DSMOSS] Run the more common settings script..."
|
||||
chmod +x "more-common-settings.sh"
|
||||
./more-common-settings.sh
|
||||
|
||||
# Install Parsec
|
||||
echo "[DSMOSS] Install Parsec..."
|
||||
brew install --cask parsec
|
|
@ -111,7 +111,3 @@ open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig"
|
|||
echo Enable NextDNS then press ENTER.
|
||||
read
|
||||
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
|
||||
|
||||
# Install Parsec
|
||||
echo "[DSMOSS] Install Parsec..."
|
||||
brew install --cask parsec
|
Loading…
Reference in a new issue