mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 10:10:17 +00:00
scripts: Add script to update hand-tracking models
This commit is contained in:
parent
e817a18cfd
commit
8e0d9198c4
12
scripts/update-ht-models.sh
Executable file
12
scripts/update-ht-models.sh
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Copyright 2021, Collabora, Ltd.
|
||||||
|
# SPDX-License-Identifier: BSL-1.0
|
||||||
|
# Author: Moses Turner <moses@collabora.com>
|
||||||
|
|
||||||
|
if ! type "git-lfs" > /dev/null; then
|
||||||
|
echo "Install git-lfs!"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd ~/.local/share/monado/hand-tracking-models
|
||||||
|
git pull
|
Loading…
Reference in a new issue