[GH-ISSUE #74] Installation error on OS X #672

Closed
opened 2026-03-15 08:47:37 +03:00 by kerem · 1 comment
Owner

Originally created by @junegunn on GitHub (Dec 18, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/74

> curl -sL https://asciinema.org/install | sh
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
       mktemp [-d] [-q] [-u] -t prefix

This is because mktemp on OS X has different semantics.
As far as I can tell, this seems to be the best we can do.

Originally created by @junegunn on GitHub (Dec 18, 2014). Original GitHub issue: https://github.com/asciinema/asciinema/issues/74 ``` > curl -sL https://asciinema.org/install | sh usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix ``` This is because `mktemp` on OS X has different semantics. As far as I can tell, [this](http://unix.stackexchange.com/a/84980/62171) seems to be the best we can do.
kerem closed this issue 2026-03-15 08:47:52 +03:00
Author
Owner

@ku1ik commented on GitHub (Dec 18, 2014):

Thanks. Fixed in 9985177.

<!-- gh-comment-id:67458324 --> @ku1ik commented on GitHub (Dec 18, 2014): Thanks. Fixed in 9985177.
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/asciinema#672
No description provided.