Re-enable git lfs

pull/273/head
Frostebite 2021-07-13 00:01:51 +01:00
parent e23a19aecb
commit d9bb6a323a
1 changed files with 6 additions and 2 deletions

View File

@ -17,5 +17,9 @@ git remote add origin $cloneUrl
# Get remote version # Get remote version
git fetch origin git fetch origin
git reset --hard $githubSha git reset --hard $githubSha
# ENABLE LFS
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
git config --global filter.lfs.process "git-lfs filter-process"
# List git lfs files
git lfs ls-files --all git lfs ls-files --all
echo ' ' echo ' '