bash plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.ASDF_CONCURRENCY
: if you want to define the compilation concurrency whenmake
is called to build a bash version
Plugin:
asdf plugin add bash
# or
asdf plugin add bash https://github.com/XaF/asdf-bash.git
bash:
# Show all installable versions
asdf list-all bash
# Install specific version
asdf install bash latest
# Set a version globally (on your ~/.tool-versions file)
asdf global bash latest
# Now bash commands are available
bash --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Raphaël Beamonte