mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 10:36:15 +00:00
scripts: Init Git LFS when getting hand-tracking models
This commit is contained in:
parent
7b0cee5a85
commit
1b850a1f7d
|
@ -11,3 +11,8 @@ fi
|
||||||
mkdir -p ~/.local/share/monado
|
mkdir -p ~/.local/share/monado
|
||||||
cd ~/.local/share/monado
|
cd ~/.local/share/monado
|
||||||
git clone https://gitlab.freedesktop.org/monado/utilities/hand-tracking-models
|
git clone https://gitlab.freedesktop.org/monado/utilities/hand-tracking-models
|
||||||
|
# Some weird distros aren't configured to automagically do the LFS things; do them just in case.
|
||||||
|
cd hand-tracking-models
|
||||||
|
git lfs install
|
||||||
|
git lfs fetch
|
||||||
|
git lfs pull
|
Loading…
Reference in a new issue