[PR #16] [MERGED] fix(docs): use bash instead of sh in install script commands #20

Closed
opened 2026-03-02 05:12:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gotempsh/temps/pull/16
Author: @dviejokfs
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @dviejokfs

Base: mainHead: fix/install-script-ubuntu-24


📝 Commits (2)

  • 942eb94 fix(docs): use bash instead of sh in install script commands
  • 07b232c fix(changelog): add entry for install script fix (#15)

📊 Changes

4 files changed (+5 additions, -4 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 README.md (+2 -2)
📝 skills/temps-platform-setup/README.md (+1 -1)
📝 skills/temps-platform-setup/SKILL.md (+1 -1)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gotempsh/temps/pull/16 **Author:** [@dviejokfs](https://github.com/dviejokfs) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@dviejokfs](https://github.com/dviejokfs) **Base:** `main` ← **Head:** `fix/install-script-ubuntu-24` --- ### 📝 Commits (2) - [`942eb94`](https://github.com/gotempsh/temps/commit/942eb9490737bb161be3c7035d47a4f749b1b704) fix(docs): use bash instead of sh in install script commands - [`07b232c`](https://github.com/gotempsh/temps/commit/07b232c82e9f7702744795f00fe0de65ae40284b) fix(changelog): add entry for install script fix (#15) ### 📊 Changes **4 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+2 -2) 📝 `skills/temps-platform-setup/README.md` (+1 -1) 📝 `skills/temps-platform-setup/SKILL.md` (+1 -1) </details> ### 📄 Description ## 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:12:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/temps#20
No description provided.