From baa0528770adf5651f56b8b765eb978b5f108531 Mon Sep 17 00:00:00 2001 From: Roland Strunze <1+xosna@noreply.localhost> Date: Sat, 23 May 2026 12:09:22 +0200 Subject: [PATCH] =?UTF-8?q?script=5FReadme=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script_Readme | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 script_Readme diff --git a/script_Readme b/script_Readme new file mode 100644 index 0000000..b2064d9 --- /dev/null +++ b/script_Readme @@ -0,0 +1,14 @@ +# Skript im Terminal starten und die Installation nacher in der Anwendung https://xxxxxxx/dolibarr/install ausführen + +bash -c "$(curl -fsSL https://gitea.vourx.com/xosna/dolibarr-update/raw/branch/main/quick_update.sh)" + +# Falls es sicherer sein soll, erst herunterladen dann diese Version benutzen: + +wget -O quick_update.sh \ +https://gitea.vourx.com/xosna/dolibarr-update/raw/branch/main/quick_update.sh + +chmod +x quick_update.sh + +nano quick_update.sh + +./quick_update.sh \ No newline at end of file