This commit is contained in:
2025-08-26 14:08:45 +02:00
parent 3eeabe37cd
commit 7b93e42160

View File

@@ -22,13 +22,13 @@ GOTO END
:: --- Übernimmt die globalen Variablen und installiert die gewünschte App
:INSTALL
set APPNAME=%1
set APPNAME=%2
curl.exe %CURLOPT% %GITURL%/app/install_%APPNAME%.cmd & install_%1%.cmd
Goto END
:: --- Übernimmt die globalen Variablen und installiert das gewünschte script
:SCRIPT
set APPNAME=%1
set APPNAME=%2
curl.exe %CURLOPT% %GITURL%/app/script_%APPNAME%.cmd & script_%1%.cmd
Goto END