Add Parsec to install script.

This commit is contained in:
The Ghost of FOSS' Past 2024-11-02 13:58:15 -05:00
parent e14a865460
commit 49e2209133
3 changed files with 11 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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