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