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

View File

@@ -0,0 +1,15 @@
rem -----------------------------------------------------------------------
rem Media-Pack
rem
rem curl -k -L https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/win10_initial_install.cmd -o start.cmd
rem
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_audacity.cmd & call install_audacity.cmd
curl -kLO %STDURL%/install_vlc.cmd & call install_vlc.cmd
curl -kLO %STDURL%/install_handbrake.cmd & call install_handbrake.cmd