nodeenv icon indicating copy to clipboard operation
nodeenv copied to clipboard

Use sh instead of bash

Open WhyNotHugo opened this issue 4 months ago • 0 comments

Currently bash is used to run some pretty trivial commands, but these commands don't require anything bash-specific and can run with a regular POSIX shell.

Use sh instead, to remove bash as a dependency for this package. There is no need to update the list of dependencies since bash was already missing from this list.

WhyNotHugo avatar Aug 11 '25 21:08 WhyNotHugo