From 5127f0e27538b8343cacb0e466a92dba104290e9 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Wed, 26 Aug 2020 18:02:57 +1000 Subject: [PATCH] add auto-update script --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..626214e --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/bash +git-lfs install --local && \ +git pull && \ +git-lfs pull