This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
git-vendor
mirror of
https://github.com/brettlangdon/git-vendor.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
8
Wiki
Activity
Browse Source
add install.sh
pull/3/head
Brett Langdon
10 years ago
parent
e0d1a53103
commit
5bd4f3966a
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
install.sh
+ 6
- 0
install.sh
View File
@ -0,0 +1,6 @@
#!/usr/bin/env bash
cd
/tmp
\
&&
rm -rf git-vendor
\
&&
git clone https://github.com/brettlangdon/git-vendor
&
> /dev/null
\
&&
cd
git-vendor
\
&&
make install
Write
Preview
Loading…
Cancel
Save