add auto-update script

This commit is contained in:
Izaya 2020-08-26 18:02:57 +10:00
parent c3d693cfe2
commit 5127f0e275
1 changed files with 4 additions and 0 deletions

4
update.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git-lfs install --local && \
git pull && \
git-lfs pull