Is there a possiblity to install arbitrary packages?
andrewtch opened this issue · 3 comments
Like passing an array of packages to base.sh, and install them automatically. This should be a very minor update, I suppose, I can PR if needed.
You can use the last line of the script to include a local bash script,
which is the least complicated way.
From passed experience leaving something too open ends up getting complex
and goers you lots of support/issues opened !
On Mon, Sep 7, 2015 at 02:02 Andrew Tch notifications@github.com wrote:
Like passing an array of packages to base.sh, and install them
automatically. This should be a very minor update, I suppose, I can PR if
needed.—
Reply to this email directly or view it on GitHub
#498.
Indeed. However, there is a question on how to force Vagrant to load provision scripts with self-signed SSL. Are aware of any?
Ah, nevermind. Curl and inline script to | /bin/bash is just fine, closing.