external folder

This commit is contained in:
George Hotz
2020-01-17 10:33:21 -08:00
parent 23c2d02682
commit 6abffe0ede
578 changed files with 140675 additions and 0 deletions
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
wget https://github.com/github/git-lfs/releases/download/v1.4.2/git-lfs-linux-amd64-1.4.2.tar.gz
tar -xvf ./git-lfs-linux-amd64-1.4.2.tar.gz
cp ./git-lfs-1.4.2/git-lfs .
rm ./git-lfs-linux-amd64-1.4.2.tar.gz
rm -r ./git-lfs-1.4.2
Vendored Executable
BIN
View File
Binary file not shown.