Adds git-lfs as a dependency and initialises lfs in the repo
This commit is contained in:
parent
dd1c39c79e
commit
4731545df5
2 changed files with 10 additions and 1 deletions
1
kb
1
kb
|
@ -112,6 +112,7 @@ checkDependencies(){
|
|||
"git"
|
||||
"yq"
|
||||
"bat"
|
||||
"git-lfs"
|
||||
)
|
||||
local ret=0
|
||||
for program in "${dependencies[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue