bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Add the ability to use sudo during `install-deps`. #192

Open madelaney opened 6 years ago

madelaney commented 6 years ago

I'd like to request the ability to have fpm-cook fork out via sudo when installing packages. Our build environment is such that we can't run as root, and we use bundler. The mix of the two makes using 'install-deps' nearly impossible.

I think the default behavior can stay as-is, but add a flag --sudo (or what have you) that allows for the use of sudo).