code fixing

This commit is contained in:
2025-08-26 16:09:19 +02:00
parent 83c63b5ee4
commit 41ef94ca75

View File

@@ -10,7 +10,11 @@ set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
:: --- Basis-URL des Git-Repository
set GITURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows_2/raw/branch/main
set GITHOST=https://support.ostrachhelp.de
set GITUSER=OstrachHELP
set GITREPO=setup_windows_2
set GITURL=%GITHOST%/%GITUSER%%/%GITREPO%/raw/branch/main
:: --- Optionen für curl
set CURLOPT=-kLO -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"