fix sneed settings

This commit is contained in:
The Ghost of FOSS' Past 2024-11-01 11:45:55 -07:00
parent 032f9ba5c3
commit e05d160bff
3 changed files with 7 additions and 3 deletions

View file

@ -57,7 +57,9 @@ killall Finder
# Sneed Settings # Sneed Settings
echo "[DSMOSS] Set sneed settings..." echo "[DSMOSS] Set sneed settings..."
open "sneed-settings.mobileconfig" open open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig"
echo Enable Sneed Settings then press ENTER.
read
# Setup Git # Setup Git
echo "[DSMOSS] Setup Git..." echo "[DSMOSS] Setup Git..."

View file

@ -55,7 +55,9 @@ killall Finder
# Sneed Settings # Sneed Settings
echo "[DSMOSS] Set sneed settings..." echo "[DSMOSS] Set sneed settings..."
open "sneed-settings.mobileconfig" open open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig"
echo Enable Sneed Settings then press ENTER.
read
# Setup Git # Setup Git
echo "[DSMOSS] Setup Git..." echo "[DSMOSS] Setup Git..."

View file

@ -108,6 +108,6 @@ fi
# NextDNS # NextDNS
echo "[DSMOSS] Add NextDNS..." echo "[DSMOSS] Add NextDNS..."
open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig" open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig"
echo Enable Sneed Settings and 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