scripts: Init Git LFS when getting hand-tracking models

This commit is contained in:
Moses Turner 2022-03-08 13:07:12 -06:00
parent 7b0cee5a85
commit 1b850a1f7d

View file

@ -10,4 +10,9 @@ fi
mkdir -p ~/.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