Files
setup_windows_2/app/install_librewolf.cmd
2025-08-26 15:48:58 +02:00

19 lines
654 B
Batchfile

:: ------------------------------------------------------------
:: Installationsroutine
:: ------------------------------------------------------------
:: --- Option: Download in ein temporäres Verzeichnis
:: --- Kann für z.B. für GLPI abgeschaltet werden
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
set VERS=142.0-1
set BASEURL=https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/%VERS%
set PROG=librewolf-%VERS%-windows-x86_64-setup.exe
:: --- Lade Installationsdatei herunter
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
:: --- Silent-Installation des Programms:
%PROG% /S