andrewrothstein / ansible-miniconda

MIT License
28 stars 26 forks source link

Don't directly execute installer under /tmp #11

Closed mikecharles closed 5 years ago

mikecharles commented 6 years ago

For systems that don't allow execution of files under the /tmp directory, the only way to run the installer is to execute Bash itself and have read and execute the installer file.

andrewrothstein commented 5 years ago

Sorry I missed this. Should the path to bash be fully qualified?

mikecharles commented 5 years ago

Sorry I missed this. Should the path to bash be fully qualified?

I'm assuming it doesn't have to be fully qualified, since the /bin/sh subshell should have /bin in its $PATH variable.

andrewrothstein commented 5 years ago

published as v5.2.4 to the galaxy. thanks for the contribution!