3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Alcatrazのインストール時にmktempで怒られた・・

Posted at
$ curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
mktemp: too few X's in template ‘com.mneorr.Alcatraz’

Homebrewでcoreutilsをインストールしてたのが原因みたい
参考: can't install on OS X 10.11.2 and Xcode 7.2

ということで、brew uninstall coreutilsで解決
(なんでcoreutilsをHomebrewでインストールしてたのかは覚えてない・・・)

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?