u-aizu / bekobrew

The userspace package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installer.sh: 開発版をインストールするためのオプションを追加する

sh19910711 opened this issue · comments

概要

$ curl -o https://u-aizu.github.io/bekobrew/installer.sh | bash -s --develop

上記のコマンドを実行したときに、開発版(sh19910711/develop ブランチ)をインストールすることができるようにします。

手順

  1. pushd mktemp -d
  2. git clone --single-branch -b develop git://github.com/sh19910711/bekobrew
  3. cd bekobrew
  4. make install
  5. popd