diff --git a/full.zsh b/full.zsh index 15f0d69..911375b 100644 --- a/full.zsh +++ b/full.zsh @@ -57,7 +57,7 @@ killall Finder # Sneed Settings echo "[DSMOSS] Set final settings..." -open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig" +open "sneed-settings.mobileconfig" # Setup Git echo "[DSMOSS] Setup Git..." diff --git a/lite.zsh b/lite.zsh index e242796..3db951a 100755 --- a/lite.zsh +++ b/lite.zsh @@ -55,7 +55,7 @@ killall Finder # Sneed Settings echo "[DSMOSS] Set final settings..." -open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig" +open "sneed-settings.mobileconfig" # Setup Git echo "[DSMOSS] Setup Git..."