Skip to content

Conversation

@Chemaclass
Copy link
Member

📚 Description

RIght now, to install a custom version, you have to define the directory

curl -s https://bashunit.typeddevs.com/install.sh | bash -s [dir] [version]
Screenshot 2025-06-08 at 16 45 22

🔖 Changes

  • Allow using install.sh with only a version argument or both arguments in any order

🧪 Examples

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

✅ To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix
  • I updated the documentation to reflect the changes

@Chemaclass Chemaclass self-assigned this Jun 8, 2025
@Chemaclass Chemaclass added the enhancement New feature or request label Jun 8, 2025
@Chemaclass Chemaclass changed the title Installer with only version arg Make installer args more flexible Jun 8, 2025
@Chemaclass Chemaclass merged commit 3f1fa02 into main Jun 8, 2025
13 checks passed
@Chemaclass Chemaclass deleted the feat/install-with-only-version-arg branch June 8, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants