diff --git a/scripts/get-ht-models.sh b/scripts/get-ht-models.sh index 7837619ef..6d2eba997 100755 --- a/scripts/get-ht-models.sh +++ b/scripts/get-ht-models.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file