repo size reduction
This commit is contained in:
28
standardsoftware/install_handbrake.cmd
Normal file
28
standardsoftware/install_handbrake.cmd
Normal file
@@ -0,0 +1,28 @@
|
||||
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%
|
||||
|
||||
rem --- Installiere .NET Runtime
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
set PROG=install_windowsdesktop-runtime-6.0.23-x64.cmd
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & call %PROG%
|
||||
|
||||
rem --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://github.com/HandBrake/HandBrake/releases/download/1.7.1
|
||||
set PROG=HandBrake-1.7.1-x86_64-Win_GUI.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