changed repo links

This commit is contained in:
2025-12-22 19:31:30 +03:00
parent c07e03cf93
commit 70a70c09a8
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ After installing dependencies, configure Docker permissions and run the setup sc
mkdir -p ~/.db-middleware/scripts \
&& rm -rf ~/.db-middleware/scripts/* \
&& cd ~/.db-middleware/scripts \
&& wget -qO setup.sh https://gitea.abdulhade.com/abdulhade/db-middleware/raw/branch/main/scripts/setup.sh \
&& wget -qO setup.sh https://gitea.abdulha.de/IntegrateGlobalsdb-middleware/raw/branch/main/scripts/setup.sh \
&& bash setup.sh
```