donnemartin/dev-setup

sudo timeouts during installs

Open

#15 创建于 2016年2月4日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Python (5,984 star) (1,162 fork)batch import
bughelp wanted

描述

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 call sudo -p to prevent timeout or prompt the user again. Happy to put up a PR if you're interested.

贡献者指南

sudo timeouts during installs · donnemartin/dev-setup#15 | Good First Issue