ccri / cloud-local

Install script for a local 1 node cloud...no excuses folks
17 stars 5 forks source link

Added a config var and logic for a shared pkg folder. #60

Closed djr7m closed 7 years ago

djr7m commented 7 years ago

If you have Internet and want your own pkg folder, that is normal. If you have Internet and a shared pkg folder, you need to change "pkg" to a symbolic link: wget will download and/or continue. If you have no-Internet and a shared pkg folder: set pkg to a symbolic link and skip all downloads.

jahhulbert-ccri commented 7 years ago

cool i'll try it out. In the future I might try to add some env vars as well so it can read those.

djr7m commented 7 years ago

Thanks for merging. I think this can cause a spurious warning with the way I did those tests (line 41,42) so I may followup with a patch