install.fairie/home/Library/LaunchDaemons/run_onchange_after_launch-daemons.sh.tmpl

7 lines
228 B
Cheetah
Raw Normal View History

2023-06-13 22:54:15 -07:00
#!/usr/bin/env bash
### Enable automated updates on macOS
if [ -f "$HOME/Library/LaunchDaemons/com.apple.automatedupdates.plist" ]; then
sudo launchctl load "$HOME/Library/LaunchDaemons/com.apple.automatedupdates.plist"
fi