repo size reduction

This commit is contained in:
2024-11-22 13:08:57 +01:00
parent ae09ff9e32
commit f5b63a3e85
73 changed files with 2561 additions and 2 deletions

16
packs/office_pack.cmd Normal file
View File

@@ -0,0 +1,16 @@
rem -----------------------------------------------------------------------
rem Office-Pack
rem -----------------------------------------------------------------------
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
rem --- Ordner: Standardsoftware
set STDURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/standardsoftware
curl -kLO %STDURL%/install_greenshot.cmd & call install_greenshot.cmd
curl -kLO %STDURL%/install_sumatrapdf.cmd & call install_sumatrapdf.cmd
curl -kLO %STDURL%/install_pdf24.cmd & call install_pdf24.cmd
curl -kLO %STDURL%/install_libreoffice_x64.cmd & call install_libreoffice_x64.cmd
curl -kLO %STDURL%/install_microsip.cmd & call install_microsip.cmd