LoginSignup
0
0

More than 3 years have passed since last update.

atomic repoのインストール(2019/07/26)

Posted at

従来の

curl -s https://www.atomicorp.com/installers/atomic | sh

だと

sh: 行 1: html: そのようなファイルやディレクトリはありません
sh: 行 2: 予期しないトークン `<' 周辺に構文エラーがあります
sh: 行 2: `<head><title>301 Moved Permanently</title></head>

とかいわれるのでブラウザでURLを直叩きすると
https://updates.atomicorp.com/installers/atomic
に飛んでいたので

curl -s https://updates.atomicorp.com/installers/atomic | sh

で成功。

0
0
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
0
0