Readme_quick_update.txt aktualisiert

This commit is contained in:
2026-05-23 15:32:23 +02:00
parent 2f86a0d8a1
commit 6bd618a6f0
2 changed files with 3 additions and 14 deletions
-14
View File
@@ -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
+3
View File
@@ -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)"