diff --git a/scripts/update-ht-models.sh b/scripts/update-ht-models.sh new file mode 100755 index 000000000..738fd1e69 --- /dev/null +++ b/scripts/update-ht-models.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# Copyright 2021, Collabora, Ltd. +# SPDX-License-Identifier: BSL-1.0 +# Author: Moses Turner + +if ! type "git-lfs" > /dev/null; then + echo "Install git-lfs!" + exit +fi + +cd ~/.local/share/monado/hand-tracking-models +git pull