mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 18:16:55 +00:00
scripts: Init Git LFS when getting hand-tracking models
This commit is contained in:
parent
7b0cee5a85
commit
1b850a1f7d
|
@ -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
|
Loading…
Reference in a new issue