Add Parsec to install script.
This commit is contained in:
parent
e14a865460
commit
49e2209133
3 changed files with 11 additions and 7 deletions
6
full.zsh
6
full.zsh
|
@ -110,4 +110,8 @@ brew install --cask cyberduck
|
|||
# More common settings...
|
||||
echo "[DSMOSS] Run the more common settings script..."
|
||||
chmod +x "more-common-settings.sh"
|
||||
./more-common-settings.sh
|
||||
./more-common-settings.sh
|
||||
|
||||
# Install Parsec
|
||||
echo "[DSMOSS] Install Parsec..."
|
||||
brew install --cask parsec
|
6
lite.zsh
6
lite.zsh
|
@ -108,4 +108,8 @@ brew install --cask cyberduck
|
|||
|
||||
echo "[DSMOSS] Run the more common settings script..."
|
||||
chmod +x "more-common-settings.sh"
|
||||
./more-common-settings.sh
|
||||
./more-common-settings.sh
|
||||
|
||||
# Install Parsec
|
||||
echo "[DSMOSS] Install Parsec..."
|
||||
brew install --cask parsec
|
|
@ -110,8 +110,4 @@ 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
|
||||
|
||||
# Install Parsec
|
||||
echo "[DSMOSS] Install Parsec..."
|
||||
brew install --cask parsec
|
||||
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
|
Loading…
Reference in a new issue