1#!/bin/sh
2# Copyright 2021, Collabora, Ltd.
3# SPDX-License-Identifier: BSL-1.0
4# Author: Moshi Turner <moshiturner@protonmail.com>
5
6if ! type "git-lfs" > /dev/null; then
7 echo "Install git-lfs!"
8 exit
9fi
10
11cd ~/.local/share/monado/hand-tracking-models
12git pull