fix sneed settings
This commit is contained in:
parent
032f9ba5c3
commit
e05d160bff
3 changed files with 7 additions and 3 deletions
4
full.zsh
4
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..."
|
||||
|
|
4
lite.zsh
4
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..."
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue