Skip to content

Commit

Permalink
[git-lfs] also install lfs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Feb 6, 2024
1 parent 499b5d2 commit 95f210a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions git-lfs/install.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /usr/bin/env bash

if ! git config --glob --get-regex "filter.lfs.*" &>/dev/null
then
tue-install-pipe git lfs install
else
tue-install-debug "git-lfs is already installed"
fi
2 changes: 1 addition & 1 deletion git-lfs/install.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- type: system
- type: system-now
name: git-lfs

0 comments on commit 95f210a

Please sign in to comment.