Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Mac-CLI In The Background (Hourly, Daily, Weekly) #170

Closed
slavakurilyak opened this issue Apr 21, 2020 · 2 comments
Closed

Run Mac-CLI In The Background (Hourly, Daily, Weekly) #170

slavakurilyak opened this issue Apr 21, 2020 · 2 comments
Labels

Comments

@slavakurilyak
Copy link

As a developer, I want to run mac-cli hourly, so that I don't have to manually run $ mac update every time I start my macOS.

I tried two methods, but both didn't work.

Method 1 (Didn't Work)

$ crontab -e
@hourly echo "password" | sudo -S mac update

Method 2 (Didn't Work)

$ crontab -e
@hourly sudo -S <<< "password" mac update

Please advise.

@slavakurilyak
Copy link
Author

Anyone? I would love to set mac update and let it run in the background

@slavakurilyak slavakurilyak changed the title Run Mac-CLI Hourly Run Mac-CLI In The Background (Hourly, Daily, Weekly) Sep 24, 2020
@stale
Copy link

stale bot commented Jun 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants