diff --git a/full.zsh b/full.zsh index 0382a5a..c5ac535 100644 --- a/full.zsh +++ b/full.zsh @@ -57,7 +57,9 @@ killall Finder # 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 echo "[DSMOSS] Setup Git..." diff --git a/lite.zsh b/lite.zsh index a2bb2d7..eafe05d 100755 --- a/lite.zsh +++ b/lite.zsh @@ -55,7 +55,9 @@ killall Finder # 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 echo "[DSMOSS] Setup Git..." diff --git a/more-common-settings.sh b/more-common-settings.sh index ff57f28..1c6a86c 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -108,6 +108,6 @@ fi # NextDNS echo "[DSMOSS] Add NextDNS..." open "/System/Library/PreferencePanes/Profiles.prefPane" "nxt.mobileconfig" -echo Enable Sneed Settings and NextDNS then press ENTER. +echo Enable NextDNS then press ENTER. read sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder \ No newline at end of file