First try on ubuntu
This commit is contained in:
parent
19c0f50f78
commit
d5e8e516aa
1 changed files with 5 additions and 1 deletions
|
|
@ -23,4 +23,8 @@ mv $(basename $1 .tar.gz) diaspora-bundle
|
||||||
mkdir -p /usr/share/doc/diaspora-bundle || :
|
mkdir -p /usr/share/doc/diaspora-bundle || :
|
||||||
cd /usr/lib/diaspora-bundle
|
cd /usr/lib/diaspora-bundle
|
||||||
|
|
||||||
cp AUTHORS GNU-AGPL-3.0 COPYRIGHT /usr/share/doc/diaspora-bundle
|
cp AUTHORS GNU-AGPL-3.0 COPYRIGHT Gemfile Gemfile.lock \
|
||||||
|
/usr/share/doc/diaspora-bundle
|
||||||
|
|
||||||
|
bundle install --local --deployment --without ri rdoc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue