repo size reduction
This commit is contained in:
18
standardsoftware/install_chromium.cmd
Normal file
18
standardsoftware/install_chromium.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%
|
||||
|
||||
rem --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://github.com/Hibbiki/chromium-win64/releases/download/v126.0.6478.62-r1300313
|
||||
set PROG=mini_installer.sync.exe
|
||||
|
||||
rem --- Lade Installationsdatei herunter
|
||||
curl -kL "%BASEURL%/%PROG%" -o %SAVEPATH%\%PROG%
|
||||
|
||||
%PROG% --install --silent --system-level
|
||||
|
Reference in New Issue
Block a user