From 827a76748b842f4bd1643a6e3f5b38255a7a1828 Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Thu, 31 Oct 2024 16:10:56 -0500 Subject: [PATCH] update code --- full.zsh | 2 +- lite.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..."