clemenko / rke_airgap_install

a script/method for air gapping the Rancher Stack with Hauler
50 stars 25 forks source link

confirm /usr/local/bin is in PATH #3

Closed dmeiselman closed 1 year ago

dmeiselman commented 1 year ago

If PATH does not include /usr/local/bin, air_gap_all_the_things.sh build fails when it tries to use helm to pull charts. You may wish to confirm that this path is in PATH (or update the documentation to note that this is required).

Thanks for putting this together and maintaining it!

clemenko commented 1 year ago

Good catch. I'll add it now.