From ce79fe9e2d5a3211e04a1bfa3cfac63fc6622fea Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Tue, 23 Apr 2013 11:46:34 +0200 Subject: [PATCH] new: added ``git-sub`` command to ``base-Ok``. --- precise/base-0k/hooks/install | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/precise/base-0k/hooks/install b/precise/base-0k/hooks/install index 96a00d1..694c222 100755 --- a/precise/base-0k/hooks/install +++ b/precise/base-0k/hooks/install @@ -122,4 +122,15 @@ Host git.0k.io EOF +## +## install git sub +## + + +( +mkdir -p /opt/apps && +cd /opt/apps && +git clone git.0k.io:/var/git/0k/git-sub && +ln -sf /opt/apps/git-sub/git-sub /usr/lib/git-core/ +)