-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Ask for sudo on the start #203
Comments
|
I think the best solution would just be to send a notification. This was originally stated in this comment as to be done in #107 but that obviously never happened. Can this idea be revisited? |
The notification should be triggered for long builds (e.g longer than 60s) and use some cross-platform crate that supports darwin |
Not sure if you were actually asking for recommendations, or just jotting it down for future, but notify seems to fit the criteria. Specifically mentions that it was originally targeted for darwin. I've used it in small personal projects and it works well. |
PR's are welcome |
Can you point me in the direction of the correct portion of the code base. I can take a look when I have time. |
Is there some way to make it so it asks for the password at the start of the upgrade?
Because if you download many things it takes a while and sometimes I just want to do other stuff during that time, but sudo times out after 30 seconds.
Or can I use some other method to achieve this?
The text was updated successfully, but these errors were encountered: