From 184040b811c146ffbe3409fdeb6c3ff691d87b44 Mon Sep 17 00:00:00 2001 From: Jan Kneissler Date: Mon, 20 Nov 2023 11:10:57 +0100 Subject: [PATCH] add update script --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..355821e --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash +git pull +git submodule update --init --recursive --remote +git submodule foreach --recursive 'git checkout main && git pull' +