From 9142b9cd72b1975911188eb1fc80023fd0ac6921 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 20 Jan 2024 00:38:18 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- development.sh | 2 +- primary.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development.sh b/development.sh index 704b818..818adb7 100644 --- a/development.sh +++ b/development.sh @@ -42,5 +42,5 @@ curl https://raw.githubusercontent.com/TommyTran732/macOS-Setup-Script/etc/Libra sudo chmod 744 '/Library/Tomster Corporation/scripts/apply_prefs.sh' curl https://raw.githubusercontent.com/TommyTran732/Microsoft-Edge-Policies/main/macOS/Managed%20Preferences/com.microsoft.Edge.plist | sudo tee '/Library/Tomster Corporation/prefs/com.microsoft.Edge.plist' curl https://raw.githubusercontent.com/TommyTran732/Microsoft-Edge-Policies/main/macOS/Preferences/com.microsoft.Edge.plist | sudo tee /Library/Preferences/com.microsoft.Edge.plist -curl https://raw.githubusercontent.com/TommyTran732/macOS-Setup-Script/etc/Library/LaunchDaemons/io.tommytran.prefs.list | sudo tee /etc/Library/LaunchDaemons/io.tommytran.prefs.list +curl https://raw.githubusercontent.com/TommyTran732/macOS-Setup-Script/main/etc/Library/LaunchDaemons/io.tommytran.prefs.plist | sudo tee /etc/Library/LaunchDaemons/io.tommytran.prefs.list sudo launchctl load /Library/LaunchDaemons/io.tommytran.prefs.plist \ No newline at end of file diff --git a/primary.sh b/primary.sh index 17ad776..a75c93c 100644 --- a/primary.sh +++ b/primary.sh @@ -23,5 +23,5 @@ curl https://raw.githubusercontent.com/TommyTran732/macOS-Setup-Script/etc/Libra sudo chmod 744 '/Library/Tomster Corporation/scripts/apply_prefs.sh' curl https://raw.githubusercontent.com/TommyTran732/Microsoft-Edge-Policies/main/macOS/Managed%20Preferences/com.microsoft.Edge.plist | sudo tee '/Library/Tomster Corporation/prefs/com.microsoft.Edge.plist' curl https://raw.githubusercontent.com/TommyTran732/Microsoft-Edge-Policies/main/macOS/Preferences/com.microsoft.Edge.plist | sudo tee /Library/Preferences/com.microsoft.Edge.plist -curl https://raw.githubusercontent.com/TommyTran732/macOS-Setup-Script/etc/Library/LaunchDaemons/io.tommytran.prefs.list | sudo tee /etc/Library/LaunchDaemons/io.tommytran.prefs.list +curl https://raw.githubusercontent.com/TommyTran732/macOS-Setup-Script/main/etc/Library/LaunchDaemons/io.tommytran.prefs.plist | sudo tee /etc/Library/LaunchDaemons/io.tommytran.prefs.list sudo launchctl load /Library/LaunchDaemons/io.tommytran.prefs.plist \ No newline at end of file