-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I get this:
sh: 2: set: Illegal option -o pipefail
temps.sh/deploy.sh is not a dash/POSIX-sh script — it’s a Bash script (it uses [[ ... ]], local, arrays like options=(...), arithmetic ((i++)), and substring expansions like ${var:$i:1}). So fixing set -o pipefail alone won’t make it run under dash; it will fail a few lines later anyway.
Steps to reproduce
Copy install script from docs: curl -fsSL https://temps.sh/deploy.sh | sh
Expected behavior
It works.
Actual behavior
It fails with: sh: 2: set: Illegal option -o pipefail
Operating System
Linux
Temps version
latest
Docker version
No response
Relevant logs
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working