From 9b04784afd136101d247455b4ca4bef5fc46a2f8 Mon Sep 17 00:00:00 2001 From: Chromachine Date: Sun, 24 Jun 2018 19:54:35 +0000 Subject: [PATCH] Update update.sh to sign commits --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index c98099a..a262f72 100755 --- a/update.sh +++ b/update.sh @@ -20,4 +20,5 @@ git add -f 'DungeonsXL/dungeons' 'DungeonsXL/scripts' git add -f update.sh download.sh -git commit && git push +sudo -H git commit && git push #sudo -H needed for GPG signing +