Update setup.bat

This commit is contained in:
2026-01-18 20:57:54 +01:00
parent ca7cb56ab0
commit 631d79575a

View File

@@ -4,7 +4,7 @@ set /p "GIT_PASS=Enter Password: "
:: Encode special characters in password for the URL if necessary :: Encode special characters in password for the URL if necessary
:: Note: This uses the format https://user:pass@host :: Note: This uses the format https://user:pass@host
set "REPO_URL=https://%GIT_USER%:%GIT_PASS%@git.martinpetr.dev/darujdal.cz/app.git" set "REPO_URL=https://darujdal-%GIT_USER%:%GIT_PASS%@git.martinpetr.dev/darujdal.cz/app.git"
echo. echo.
echo === Cloning Repository and Submodules === echo === Cloning Repository and Submodules ===