From 49e220913361199000b9ca392255ba5db9a13c5a Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Sat, 2 Nov 2024 13:58:15 -0500 Subject: [PATCH] Add Parsec to install script. --- full.zsh | 6 +++++- lite.zsh | 6 +++++- more-common-settings.sh | 6 +----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/full.zsh b/full.zsh index b2c9dbe..8b169d4 100644 --- a/full.zsh +++ b/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 \ No newline at end of file +./more-common-settings.sh + +# Install Parsec +echo "[DSMOSS] Install Parsec..." +brew install --cask parsec \ No newline at end of file diff --git a/lite.zsh b/lite.zsh index 2eab15e..979e3ea 100755 --- a/lite.zsh +++ b/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 \ No newline at end of file +./more-common-settings.sh + +# Install Parsec +echo "[DSMOSS] Install Parsec..." +brew install --cask parsec \ No newline at end of file diff --git a/more-common-settings.sh b/more-common-settings.sh index 74f7bfc..1c6a86c 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -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 \ No newline at end of file +sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder \ No newline at end of file