diff --git a/README.md b/README.md index 3838cf7..e9d0006 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/scripts/manager.sh b/scripts/manager.sh index cec0ba1..cf30eda 100755 --- a/scripts/manager.sh +++ b/scripts/manager.sh @@ -4,7 +4,7 @@ APP_DIR="$HOME/.db-middleware" CODE_DIR="$APP_DIR/code" CONFIG_DIR="$APP_DIR/configs" CONFIG_FILE="$CONFIG_DIR/app.conf" -REPO_URL="https://gitea.abdulhade.com/abdulhade/db-middleware.git" +REPO_URL="ssh://git@gitea.abdulha.de:222/IntegrateGlobals/db-middleware" LOADED_CONFIG=0 diff --git a/scripts/setup.sh b/scripts/setup.sh index f11a542..930829b 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -6,7 +6,7 @@ APP_DIR="$HOME/.db-middleware" CODE_DIR="$HOME/.db-middleware/code" # Git repository URL -REPO_URL="https://gitea.abdulhade.com/abdulhade/db-middleware.git" +REPO_URL="ssh://git@gitea.abdulha.de:222/IntegrateGlobals/db-middleware" # Check if the code directory exists if [[ ! -d "$CODE_DIR" ]]; then