From 885a58f991e96ba91ab13e6112f9b623ec3e469d Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 30 Aug 2025 14:54:43 +0200 Subject: [PATCH 1/2] Create update_repo.sh --- html/update_repo.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/update_repo.sh diff --git a/html/update_repo.sh b/html/update_repo.sh new file mode 100644 index 0000000..eb63b88 --- /dev/null +++ b/html/update_repo.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +set -euo pipefail + +# ins Verzeichnis wechseln, wo das Script selbst liegt +cd "$(dirname "$0")" + +# git aktualisieren +#git fetch origin +git pull --rebase From 37f9624ac82f58ed89bc2d9abf7d7317a2e28484 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 30 Aug 2025 14:56:41 +0200 Subject: [PATCH 2/2] auto git pull --- html/update_repo.sh => update_repo.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/update_repo.sh => update_repo.sh (100%) diff --git a/html/update_repo.sh b/update_repo.sh similarity index 100% rename from html/update_repo.sh rename to update_repo.sh