From 6bd618a6f0999df6d6a64f7d1d54f98620c84670 Mon Sep 17 00:00:00 2001 From: Roland Strunze <1+xosna@noreply.localhost> Date: Sat, 23 May 2026 15:32:23 +0200 Subject: [PATCH] Readme_quick_update.txt aktualisiert --- Readme_quick_update.md | 14 -------------- Readme_quick_update.txt | 3 +++ 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 Readme_quick_update.md create mode 100644 Readme_quick_update.txt diff --git a/Readme_quick_update.md b/Readme_quick_update.md deleted file mode 100644 index 0c377fb..0000000 --- a/Readme_quick_update.md +++ /dev/null @@ -1,14 +0,0 @@ -# Skript im Terminal starten und die Installation nacher in der Anwendung https://xxxxxxx/dolibarr/install ausführen - -bash -c "$(curl -fsSL https://scripts.vourx.com/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 diff --git a/Readme_quick_update.txt b/Readme_quick_update.txt new file mode 100644 index 0000000..ededeea --- /dev/null +++ b/Readme_quick_update.txt @@ -0,0 +1,3 @@ +# 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)" \ No newline at end of file