repo size reduction
This commit is contained in:
18
standardsoftware/install_librewolf.cmd
Normal file
18
standardsoftware/install_librewolf.cmd
Normal file
@@ -0,0 +1,18 @@
|
||||
rem ------------------------------------------------------------
|
||||
rem Installationsroutine
|
||||
rem ------------------------------------------------------------
|
||||
|
||||
rem --- Option: Download in ein temporäres Verzeichnis
|
||||
rem --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
set VERS=132.0-1
|
||||
set BASEURL=https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/%VERS%
|
||||
set PROG=librewolf-%VERS%-windows-x86_64-setup.exe
|
||||
|
||||
rem --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
rem --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
Reference in New Issue
Block a user