Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/sh
  2. rm -rf /tmp/avar-git;
  3. mkdir /tmp/avar-git &&
  4.  
  5. cd /tmp/avar-git &&
  6. git clone --depth=1 git://github.com/avar/git.git &&
  7. cd git &&
  8. git checkout -t origin/ab/i18n-libcharset &&
  9. gmake configure &&
  10. ./configure --prefix=/tmp/avar-git/installed &&
  11. gmake -j 3 install &&
  12.  
  13. LC_ALL=is_IS.UTF-8 LANGUAGE=is /tmp/avar-git/installed/bin/git init /tmp/avar-git/test-repo
Add Comment
Please, Sign In to add comment