From 03c7d3e2de3bc81d8e3b004ead06a58991d8acb9 Mon Sep 17 00:00:00 2001 From: "Maximilian G." <136852512+AIIrondev@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:57:59 +0200 Subject: [PATCH] Change installation script URLs in README Updated installation script URLs from Inventarsystem to legendary-octo-garbanzo. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 421addb..ad37d70 100755 --- a/README.md +++ b/README.md @@ -120,19 +120,19 @@ Das Inventarsystem stellt folgende Wartungsskripte bereit: **Option 1** ```bash -wget -O - https://raw.githubusercontent.com/aiirondev/Inventarsystem/main/install.sh | sudo bash +wget -O - https://raw.githubusercontent.com/aiirondev/legendary-octo-garbanzo/main/install.sh | sudo bash ``` **Option 2** ```bash -curl -s https://raw.githubusercontent.com/aiirondev/Inventarsystem/main/install.sh | sudo bash +curl -s https://raw.githubusercontent.com/aiirondev/legendary-octo-garbanzo/main/install.sh | sudo bash ``` Legacy-MongoDB uebernehmen und altes Host-System aufraeumen: ```bash -curl -s https://raw.githubusercontent.com/aiirondev/Inventarsystem/main/install.sh | \ +curl -s https://raw.githubusercontent.com/aiirondev/legendary-octo-garbanzo/main/install.sh | \ sudo bash -s -- --migrate-legacy-db --remove-legacy-system ```