Skip to content

fix(docs): use bash instead of sh in install script commands#16

Merged
dviejokfs merged 2 commits intomainfrom
fix/install-script-ubuntu-24
Feb 25, 2026
Merged

fix(docs): use bash instead of sh in install script commands#16
dviejokfs merged 2 commits intomainfrom
fix/install-script-ubuntu-24

Conversation

@dviejokfs
Copy link
Contributor

Summary

  • Replaces curl ... | sh with curl ... | bash in all documentation install commands
  • Fixes install script failures on Ubuntu 24 where /bin/sh is dash, which lacks features required by the install script

Fixes #15

Replace 'curl ... | sh' with 'curl ... | bash' in all documentation
to fix install script failures on Ubuntu 24 where /bin/sh is dash.

Fixes #15
@dviejokfs dviejokfs merged commit a314a4a into main Feb 25, 2026
4 of 5 checks passed
@dviejokfs dviejokfs deleted the fix/install-script-ubuntu-24 branch February 25, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

install curl / sh script fails on ubuntu 24

1 participant