code fixes

This commit is contained in:
2025-08-26 12:50:28 +02:00
parent ae05f6bf54
commit 667053df17
2 changed files with 3 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
call settings.cmd
set APPNAME=%1
curl.exe %CURLOPT% %GITURL%/app/install_%1%.cmd & install_%1%.cmd
curl.exe %CURLOPT% %GITURL%/app/install_%APPNAME%.cmd & install_%1%.cmd

View File

@@ -7,7 +7,7 @@ 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 GITURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows_2/raw/branch/main
:: --- Optionen für curl
set CURLOPT=-kLO -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"