TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
271 stars 21 forks source link

Allow install main #210

Closed Chemaclass closed 8 months ago

Chemaclass commented 8 months ago

Current

Currently, the installer tool allows you to install a concrete version, once it was release.

Screenshot 2023-10-30 at 14 06 47

However, there is no easy way to benefit of the features/bug-fixes already merged into main unless you download the project and run the build.sh yourself.

Expected

Allow using main as [version], to get the main branch and build the "main non-stable" bashunit version.

curl -s https://bashunit.typeddevs.com/install.sh | bash -s [dir] [version]