5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

repoのインストール repo install

Last updated at Posted at 2019-01-22

目的

・linux環境にrepoをインストールする

この記事のターゲット

・linuxマシンにrepoを入れたい人
・職場で冷たい上司に「repo入れといて」だけ言われた人

実施方法

ターミナルを開いて下記コマンドを実行するだけでいい

repo.sh
$ cd
$ mkdir ~/bin
$ PATH=~/bin:$PATH 
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

今回内容が少なめなのでまとめは無し

5
4
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
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?