-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
sudo timeouts during installs #15
Comments
Hi Sean, Great to hear from you again! Appreciate your continued help with keeping dev-setup updated. It's been awhile since I've done a clean install, although I think I recall on my runs the following was sufficient for an unattended install:
It seems this isn't working for all cases and we need additional keep alives? On a perhaps related note, there are a couple scripts
If this is the culprit, maybe these two scripts should be run at the end of .dots. -Donne |
Hey Donne, I encountered password prompts in at least three places running
|
Ok, thanks for the additional info.
Sure, that would be great! |
Update on this? |
Hi there,
Having run dev-setup on a few machines now (thanks! loving it so far) I've noticed that installs require typing the sudo password at various points, making unattended installs impossible.
A solution we used in Boxen for this problem was to ask for the user's sudo password at the beginning (using
sudo -p
) and periodically callsudo -p
to prevent timeout or prompt the user again. Happy to put up a PR if you're interested.The text was updated successfully, but these errors were encountered: