Update setup.bat
This commit is contained in:
@@ -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 ===
|
||||||
|
|||||||
Reference in New Issue
Block a user