5 lines
68 B
Bash
5 lines
68 B
Bash
|
#!/bin/bash
|
||
|
git-lfs install --local && \
|
||
|
git pull && \
|
||
|
git-lfs pull
|